Grid layout

Is it possible to list the columns of a dataset down the grid rather than across the grid and each record of the dataset as a grid column rather than a grid row. Thanks Jim

1 Reply

AD Administrator Syncfusion Team April 9, 2003 04:33 PM UTC

Jim, It is not so easy to do in a GridDataBoundGrid, but you can flip rows and columns in a GridControl by handling the dataset as a virtual datasource, and just flipping the indices as needed. Here is a rough sample.

Loader.
Up arrow icon