AD
Administrator
Syncfusion Team
August 10, 2005 07:47 AM UTC
You have to set the value in your datasource.
Or, you have to get the GridRecord of the record object whose boolean field value you want to set, and use record.SetValue to set its value. If you want to so this to all records, after setting the DataSource to the grid, you can loop through grid.Table.Records and call record.SetValue on each record.