This question is locked. New answers and comments are not allowed.
Hi Telerik team,
I'm having trouble with mouse events in RadGridView.
In my application, I have an handler attached to celldoubleclick event, and another one attached to the leftmousedown on cell (does nothing in all cells but one).
So, when I double click the cell with both handlers set:
- the double click is triggered: OK
- the leftmousedown is triggered twice: I don't want mouse left down to trigger when doubleclick si triggered too!
Any suggestion to solve this?
Thanks in advance
Paolo
I'm having trouble with mouse events in RadGridView.
In my application, I have an handler attached to celldoubleclick event, and another one attached to the leftmousedown on cell (does nothing in all cells but one).
So, when I double click the cell with both handlers set:
- the double click is triggered: OK
- the leftmousedown is triggered twice: I don't want mouse left down to trigger when doubleclick si triggered too!
Any suggestion to solve this?
Thanks in advance
Paolo