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
160
Disable UltraGrid's Popup menu
posted

I have a custom menu I am popping up when a user right clicks a sell to paste. I'm using myGrid_MouseUP to trap the right click. My custom menu comes up and I can paste but then UltraGrid's Menu pops up...

I need to Override or disable or whatever to the grid's native menu. Ideas please.

Johauna

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Johauna,

        Why not simply assign your context menu to the grid instead of using the MouseUp event?

        You will need to do this anyway in order to disable the grid's built-in context menu - assign an empty context menu to it.  

         

Children
No Data