Hello Eric,
If I understand your question correctly, you want to display a context menu without changing the current cell location. The default
RadGridView menu is context specific to the current cell and it can work correctly only when the clicked cell is current. However, you can change this behavior by using a custom context menu and overriding the
OnMouseDown method in
BaseGridBehavior. Consider the following sample:
I hope this helps.
Kind regards,
Jack
the Telerik team