I am using an EditorWithText on a column in my UltraGrid, I want to remove the default context menu when editor is in edit mode, basically I don't want to show any context menu when right clicking in the editor while in edit mode.
This is the one I don't want to see.
Hello,
Thank you for contacting Infragistics!
You can achieve this by setting the context menu strip to an empty context menu strip. If you want to always disable it you can do it from the start. If you want to only disable it on editing you can set it on before enter edit mode, and then on after exit edit mode set it to null so that it will default to the default context menu. You can see the following forum thread for more information:
How to disable UltraWinGrid cell context menu