PDA

View Full Version : EditorGrid - ContextMenu shown when header is right-clicked


raymond.simm
03-20-2009, 12:16 PM
Hello,

I have an EditorGrid with menuDisabled for the columns. But I have a context menu for the cell items in the EditorGrid. The problem is, I can still right-click the headers, and the contextmenu for the grid still shows up. Is there any way to disable to context menu just for the headers?

Thanks

dkann
11-12-2009, 02:37 PM
I am also trying to do this. I tried to set the event.doit to false for the Event headercontextmenu on grid, but it doesn't seem to work. Has anyone else done this?

DK