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
1210
How to remove default Contex Menu from Ultra Combo editor
posted

Hi Mike,

Is there any way to disable ContextMenu in Ultra Combo editor?

thanks,

Ganesh

Parents
  • 12773
    Suggested Answer
    posted

    Hello Ganesh,

    I think you just simply can attach new context menu instead of existing one. This code will override the existing context menu with empty one.

       this.ultraCombo1.ContextMenu = new ContextMenu();

    I hope this helps.

    Sincerely,
    Dimitrina Gineva
    Developer Support Engineer
    Infragistics, Inc.

Reply Children