AD
Administrator
Syncfusion Team
February 18, 2005 04:17 PM UTC
GridDataBoundGrid is a virtual grid. It has implemented the virtual events in a manner that makes it particularly tailored to be used with a column oriented data source like a DataTable or some IBindingList object. So, yes, it does behave like a virtual grid that uses special knowlegde of the datasource to support things like sorting and filtering out of teh box.
2) If the datasource is updated in a position off the screen, the GridDataBoundGrid actually does nothing. When it happens to need the value from the updated position, it will query the datasource for the required value (as would happen in any virtual grid), and at this point the data source would provide the updated value to the GridDataBoundGrid.