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
425
How to disable right-click menu visible when i do right click on UltraWinGrid
posted

Hi all

 

as Caption, how to disable right-click menu visible when i do right click on UltraWinGrid?

 

Regards

Bryan

  • 69832
    Offline posted

    Assign an empty ContextMenu to the control's ContextMenu property.

    Example:
    this.ultraGrid.ContextMenu = new ContextMenu();