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
955
How can I disable the Popumenu?
posted

When I click the ultraGrid(in WinForm),it shows a popupmenu,How can I disable the Popumenu?

 

Thanks in advance!

Parents
  • 37774
    Verified Answer
    posted

    You could assign a new, empty ContextMenu object to the grid to prevent any of the editors or grid from showing anything, i.e.:

     this.ultraGrid1.ContextMenu = new ContextMenu();

    -Matt

Reply Children
No Data