Using the Infragistics UltraGrid (e.g. myGrid
), I want to:
- Hook an event that will fire when active row is changed (selected, clicked, etc).
- Do something with the selection
SUMMARY ANSWER
- Subscribe to event
AfterRowActivate
- Get a reference to
myGrid.ActiveRow