We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Binding an arraylist

Is it possible to bind an arraylist to the grid control? I have a class created that store data from a resultset and is use as an data storage for changes a user makes in the grid.

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon