FIX. RadGridView - the SelectionChanged event is not fired when the last row in the grid is deleted.
To reproduce:
- Remove the new row from the grid.
- Start the application and delete all rows.
- When the last row is deleted the SelectionChanged does not fire.
Workaround:
- Use the UserDeletedRow event instead.