Hi
I am working on a .NET 2.0 project using UltrawinGrid.
When i right click the cell, Mouse Down event is fired.
But if the cell is in edit mode when i right click the cell, Mouse Down event is not fired.
which event will be fired when i right click a cell when it is in Edit Mode?
I have some code in Mouse down event of the grid that has to be executed when i right click a cell. It works fine when i right click a cell which is not in edit mode.
Thanks
Ashok
The following article from our online Knowledge Base provides both an explanation of why this occurs and how to get at these events:FAQ: Mouse events such as MouseDown, MouseUp, and DoubleClick do not fire when the mouse is over a cell that is in edit mode.