AD
Administrator
Syncfusion Team
April 28, 2003 10:00 PM UTC
For a GridDataBoundGrid, you can just set grid.DataSource to be your arraylist.
For a GridControl, you can bind it virtually by handling the QueryCellInfo event. To save the changes you make, you would handle SaveCellInfo. See the VirtGridTutorial in the user manual as well as the QuickStart samples on virtual grids.