0

I can't figure how to do this as I'm using GridView in Visual Studio 2012:

GridView by default is:

-------------------------
| Column 1  | Column 2 |
-------------------------
| Data 1    | Data 2    |
-------------------------

Basically header ("Column 1") is on top I want to get the following view:

-------------------------
| Column 1 | Data 1    |
-------------------------
| Column 2 | Data 2    |
-------------------------

I can't find an option in the GridView properties to do this. Is there a workaround or should I just use Form View ?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Sterling Duchess
  • 1,970
  • 16
  • 51
  • 91

0 Answers0