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.