I have a RadContextMenu assigned to my RadGridView
I want this only be displayed when the user clicks a row with
data that is not displayed when the user click on header of RadGridView
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 27 Mar 2014, 08:18 AM
Hi Teresa,
Thank you for writing.
You can use the MouseDown event of the grid, where you can check if the clicked cell is a data cell and only then to show the context menu, instead of assigning it to the control: