How to Progamming Select all gridGroupingControl

as title, Thanks!

2 Replies

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;


AD Administrator Syncfusion Team July 22, 2005 01:59 AM UTC

Clay,Thanks!

Loader.
Up arrow icon