Using the Infragistics UltraGrid (e.g. myGrid
), I want to:
SUMMARY ANSWER
AfterRowActivate
myGrid.ActiveRow
The following page talks about the event fired when the active row has changed.
To get the active row, you can use the property yourGrid.ActiveRow or yourGrid.Selected.Rows to get all selected rows.