RP
Rekha P
Syncfusion Team
January 7, 2009 12:37 PM UTC
Hi Prasanna,
Thank you for your interest in Syncfusion Products.
You can retrieve a selected row index value in GridGrouping control using below the code snippet.
Record rec = this.GridGroupingControl1.Table.UnsortedRecords[2];
int RowIndex = this.GridGroupingControl1.Table.DisplayElements.IndexOf(rec);
Thank you for being patient and please let me know if you have any other concerns.
Thanks,
Rekha