Hi
I am currently evaluating the NetAdvantage control suite and wondering if it is possible to display a transposed webgrid.
Regards
A possible approach would be to first transpose the datasource (swap columns and rows, sometimes also referred to as pivoting) and then bind to UltraWebGrid.
You can find sample code for transposing ADO.NET DataTable here
http://bytes.com/forum/thread365297.html
Thanks Vince.
That's exactly the question I was asking.
I'll have to find another way...
By "transposed," do you mean swapping rows and columns? If so, then WebGrid isn't currently capable of this functionality "out of the box." I'm not personally aware of any way to make it work.
If you mean something else, we'll likely need more information as to what, before we'll be able to answer whether or not it's possible.