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
165
How to get a UltraGridCell under a given System.Drawing.Point?
posted

I want the cells in the grid to be selectable also by a right-button mouse click a display the context menu only if the right click is above the cell?

How to achieve this?

The only way I see is to code it myself and handle System.Control.MouseClick event.

Viktor