PDA

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



raymond.simm
20 Mar 2009, 8:16 AM
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
12 Nov 2009, 11:37 AM
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