RA
Rajagopal
Syncfusion Team
August 21, 2007 02:35 AM UTC
Hi Prabhjeet,
Thanks for your interest in Syncfusion Products.
Before you add any record to the SelectedRecords collection of the grid, check for the SelectedRecords in grid and call the SelectedRecords.Clear method.
this.gridGroupingControl1.Table.SelectedRecords.Clear();
Record rec = this.gridGroupingControl1.Table.Records[2];
this.gridGroupingControl1.Table.SelectedRecords.Add(rec);
Let me know if this helps.
Have a nice time.
Regards,
Rajagopal
AB
abc
August 21, 2007 05:14 AM UTC
hi Rajagopal,
thx a lot for ur reply.. that was really usefull...thx again..
Regards
Prabhjeet
>Hi Prabhjeet,
Thanks for your interest in Syncfusion Products.
Before you add any record to the SelectedRecords collection of the grid, check for the SelectedRecords in grid and call the SelectedRecords.Clear method.
this.gridGroupingControl1.Table.SelectedRecords.Clear();
Record rec = this.gridGroupingControl1.Table.Records[2];
this.gridGroupingControl1.Table.SelectedRecords.Add(rec);
Let me know if this helps.
Have a nice time.
Regards,
Rajagopal