FIX ContextMenuOpening event should fire after selecting the row.
1. Create a new project with RadGridView
2. Add a ContextMenuOpening event handler
3. Run the project
4. Right-click with the mouse on a non-selected row. You will observe that the CurrentRow property points to the wrong row.