This is my previous query:
I am using ultra web grid control in my application. According to the requirements of my application. I would like to swap the positions of columns and rows in the web grid. That is, I want all the rows to appear vertically in the page and all the columns to appear horizontally in the grid (which by default will be vice-versa).
I got the below reply from you guys:
I would like to let you know that as such there is no intrinsic functionality to swap rows and column in WebGrid. Yet this feature can be achieved in WinGrid by using cardview mode.
My new query:
Please give me more inputs and links regarding this cardview mode and how i can achieve the functionality of swaping the rows and columns in a web grid using this.
What this reply is saying is that you can't do it in a WebGrid (for web pages) but only in a WinGrid (for Windows desktop applications).
Have you considered doing the swap in your datasource?