Is it possible to bind objects to gridview columns, instead of rows?
I want to have te following:
Tom Jan Wim
LastName Last1 Last2 Last3
Age 18 20 23
Number 1 2 3
A list of objects (Tom, Jan and Wim) must be binded to column 1-3.
The first column must be frozen for scrolling and dragging.
The three data columns can be dragged to reorder them.
Can somebody help me out to start developing this?
http://blogs.microsoft.co.il/blogs/tomershamam/archive/2008/09/22/lt-howto-gt-replace-listview-columns-with-rows-lt-howto-gt.aspx
That link might be just what you are looking for, not with a GridView but a ListView, though.