AD
Administrator
Syncfusion Team
July 25, 2006 06:08 PM UTC
Hi Chris,
We are looking in to this and will update you as soon as possible.
Thanks for your patience.
Regards,
A.Sivakumar
AD
Administrator
Syncfusion Team
July 26, 2006 12:32 AM UTC
Hi Chris,
To force a record to be selected in code you can try setting the current record of the grid in the code, which will make the current record to be getting selected.
Sample code illustrating selection of the sixth row.
[c#]
this.GridGroupingControl1.Table.CurrentRecord=this.GridGroupingControl1.Table.Records[5];
Let us know if this helps.
Thanks,
A.Sivakumar