Home › Forums › WinForms controls › Xceed Grid for WinForms › cell select › Reply To: cell select
To get the visible index of a DataRow: myGrid.GetSortedDataRows(true).IndexOf(myDataRow);
Imported from legacy forums. Posted by Tommy (had 354 views)