Hello,
I'm struggeling with sth stupid.
In the event of the grid .mousedown, i'm performing the filling of another grid. (because leftclick and rightclick of the mouse performs different things).
How can I use the arrow-keys on the first grid, to let this perform the filling of the second grid ? (like a left-mouse-click)
I used .rowcolchange, works for the arrows, but does function twice in case of mouse click.
(in .rowcolchange i call the mousedown-event i made public).
Keypress and keydown on the first grid is not reacting on the arrows.
Who knows the solution ?
Kind regards...
Pedro...
I'm struggeling with sth stupid.
In the event of the grid .mousedown, i'm performing the filling of another grid. (because leftclick and rightclick of the mouse performs different things).
How can I use the arrow-keys on the first grid, to let this perform the filling of the second grid ? (like a left-mouse-click)
I used .rowcolchange, works for the arrows, but does function twice in case of mouse click.
(in .rowcolchange i call the mousedown-event i made public).
Keypress and keydown on the first grid is not reacting on the arrows.
Who knows the solution ?
Kind regards...
Pedro...