How do I prevent default Undo/Copy/Cut/Paste/Select All context menu on right click when a cell is in edit mode? I am showing my own context in certain cases and this is messing me up. Thanks.
Void
Yeap, assigning new ContextMenuStrip() worked just fine. Thanks!
I think the embeddable editors are supposed to pick up the CotextMenu setting of the control, so you might be able to assign an empty ContextMenu to the control's ContextMenu property.