DataSource in GridControl

Hi! I am using grid Control and I need to bind it to a DataTable which is updated dynamically. I don''t want to use DataBoundGrid, so how can I do it with gridControl. Thanks

1 Reply

AD Administrator Syncfusion Team August 19, 2004 02:17 PM UTC

You have to use a virtual grid, and handl eteh 4 virtual events that allow you to bind a GridControl to anything, QueryCellInfo, QueryColCount, QueryRowCount and SaveCellInfo. We ship several samples that use virtual grid in one way or the other, and there is a discussion of them in the user''s guide. The Grid\Samples\DataBound\GridPerf sample actually has a derived GridControl that uses a DataTable as a DataSource.

Loader.
Up arrow icon