Is there a way to determine the index of the active row in the rows collection. For example, if I have 5 rows in the grid and row 2 is active, I would like to loop through the grids, but skip the active row.
Hello,
Thank you for contacting Infragistics. The UltraGrid has an ActiveRow property which is either null or an instance of an UltraGridRow. The UltraGridRow has an Index property which provides its index in the UltraGrid.Rows collection.
Please let me know if you have any other questions about this.