How to use Virtual Grid in GridGroupingControl?

Is there a sample for GridGroupingControl which uses virtual grid as data source? Thanks, Albert

1 Reply

AD Administrator Syncfusion Team October 8, 2004 02:35 PM UTC

Not really. Currently, the grouping engine requires an IList datasource. In order to manage grouping, filters, summaries, it expects to always be able to access the data through the its DataSource property. It does have a QueryCellStyleInfo event you can use to dynamically change style properties including CellValue.

Loader.
Up arrow icon