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
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.