Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
How to remove default context menu on an EditorWithText?
posted

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.

Parents
No Data
Reply
  • 25665
    Offline posted

    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

Children
No Data