My radgrid has two overlapping context menus when I right click a cell. The one in front (copy | paste) doesn't seem to actually work so how do I disable it?
Sorry, please ignore this. My own code was creating the second context menu.
I am a dummy.
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 30 Apr 2015, 08:17 AM
Hello Daniel,
Thank you for writing.
Indeed, If you have additional context menu in your application, it will be overlapped with the default menu for the RadGridView. However, you can use the ContextMenuOpening event in order to customize the default menu or prevent it from showing.
I hope this information helps. Should you have further questions, I would be glad to help.