We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Selected row index

How can i get a Selected rows index?


1 Reply

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


Loader.
Live Chat Icon For mobile
Up arrow icon