DataBoundGrid / turned 90°

Is it possible to get a grid whereby I get a grid-column for each record of the datatable and a grid-row for each column of the datatable?

That means that the more records there are in the datatable the wider the grid gets (and not the higher as it is usually).


1 Reply

HA haneefm Syncfusion Team November 14, 2007 06:39 PM UTC

Hi Christoph,

Currently this feature is not possible in GridDataBoundGrid. But you can use the virtual events to swap the roles of the rows and columns. Please refer to the following KB article discusses about the steps to transpose the rows into columns and vice versa using the Virtual Grid.

http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=315

Best regards,
Haneef


Loader.
Up arrow icon