Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1215
Right-click grid event handler in MVC app
posted

How do you wire up a right-click event handler for an IgniteUI grid in an MVC app?

I need the jQuery event.clientX and clientY to open a context menu at the mouse cursor.

I also need the grid row id and right-clicked-cell.

Also: this right-click may occur over a row that is not selected. It may occur over any row, any cell, regardless of whether they are selected or not. I still need all the information above, even if there is no selection.