AD
Administrator
Syncfusion Team
July 21, 2005 04:33 PM UTC
Select all records? or SelectAll text in a cell?
To select all records, you can loop through the grid.Table.FilteredRecords colection, setting record.IsSelected = true.
You can have the cell text selected by setting this property.
this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;