AD
Administrator
Syncfusion Team
July 27, 2005 05:33 PM UTC
You will have to loop through the grid.Table.Records collection (or the grid.Tables.FilteredRecords collection to do the work on only the visible records from your datasource as opposed to all records in your datasource). For each record in the collection, you would use record.GetValue and record.SetValue to do whatever you want to do.