Multiple rows in DG

I'm trying to do multiple rows in non databound grid. I looked at the example to mutliple rows for a databound grid but I can't figure out how to apply it to a non-databund grid. I see you can use the period to force a new row but how does that work in the normal grid ?

1 Reply

AD Administrator Syncfusion Team April 28, 2003 01:37 PM UTC

Multirow records are only supported directly for a GridDataBoundGrid. If you want to do something with a GridControl, you have to tie into the QueryCellInfo and QueryCoveredRange tightly to implement things. Attached is a sample. There is a helper class that does most of the work, and you access its methods to map things properly.

Loader.
Up arrow icon