Mouse down change between 2.0.2 and 2.5
I'd like to report a difference between 2.0.2 and 2.5. If I press control and click the mouse in 2.0.2, the onmousedown event registers. However, in 2.5 it does not. Any workarounds?
JK
October 18,
A clarification - seems that this was working in 2.0.1 and stopped working in 2.0.2.
Could you please give a suggestion or point to the code in question?
JK
October 18,
The event name will include Ctrl prefix, like onCellCtrlMouseDown -
http://www.activewidgets.com/aw.ui.grid/cell-mouse-events.html
Same for Alt-, Shift- or its combinations. Prior to 2.0.2 it was valid only for Clicked and DoubleClicked events. Starting with 2.0.2 if affects also MouseDown and MouseUp events.
Alex (ActiveWidgets)
October 19,