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
1284
Right click the cell while in Edit mode
posted

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