GridGroupingControl - Quickly Select All the records

HI, I am using GGC. When user opts for "Select All" option, i have to select all records in thr GGC. Currently I am using the below code. foreach (Record record in GGC.Table.Records ) { GGC.Table.SelectedRecords.Add(record); } But, when the grid is having thousands of records, this code is slow. I am wondering is there any single method like SelectAllRecords()/AddAllRecords to the SelectedRecords collection? (as we have GGC.Table.SelectedRecords.Clear() ).. Plz inform me. Rgds Badri Rajani Kanth

1 Reply

AD Administrator Syncfusion Team February 9, 2006 09:25 AM UTC

Hi Badri, The question appears to be same as the forum 40626. Kindly refer to the following link for answers http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=40626 Regards, Madhan.

Loader.
Up arrow icon