1. I've added a RAD context menu manager to my form.
2. I've added a RAD context menu to my form.
3. I've set the RadContextMenu property of my RadGridView appropriately.
At run time, when I right-click, I still see the default context menu and not mine.
What gives?
Interstingly enough, I've found that my context menu DOES show up if there are no rows in my grid. As soon as there are rows in my grid, the default context menu is displayed.
...AND THEN THERE WAS LIGHT!!!!
Ok, you must open the Property Builder for the Grid View. Then you must select the "GridViewTemplate". Then set the "AllowCellContextMenu" to false. This seems pretty cheesy I must say. Alot of work just to get the context menu that I want to be shown to be displayed. Wouldn't one property on the grid itself be sufficient...something like "UseRadContextMenu"?
2. I've added a RAD context menu to my form.
3. I've set the RadContextMenu property of my RadGridView appropriately.
At run time, when I right-click, I still see the default context menu and not mine.
What gives?
Interstingly enough, I've found that my context menu DOES show up if there are no rows in my grid. As soon as there are rows in my grid, the default context menu is displayed.
...AND THEN THERE WAS LIGHT!!!!
Ok, you must open the Property Builder for the Grid View. Then you must select the "GridViewTemplate". Then set the "AllowCellContextMenu" to false. This seems pretty cheesy I must say. Alot of work just to get the context menu that I want to be shown to be displayed. Wouldn't one property on the grid itself be sufficient...something like "UseRadContextMenu"?