I have a page (content within a master) that has a conext menu and a grid on it. The target of the menu is the grid. How do I find the row ID (or index) that was selected when the user clicks an item on the context menu? I want to do this client-side. TIA.
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 23 May 2008, 06:14 AM
Hi Donald,
You can determine the row index which has been right-clicked from the second argument (eventArgs) passed in the OnRowContextMenu handler of the grid. Review the resources pointed below for more info on the subject: