Double clicking the right mouse button on a grid is firing the Grid.CellDoubleClick event, but the event does not expose which mouse button caused the event to fire.
Is there a way to prevent the CellDoubleClick even from firing when the right mouse is double clicked?
Kim
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 06 Mar 2014, 12:17 PM
Hi Kim,
Thank you for writing.
You can make a combination with the MouseUp event of the control, where you can store the last mouse up button: