How do u add a new keyboard event?
In the internal grid code, you have a property called "kbactions" to store all the keyboard actions. It then creates an action handler for each of the actions with "obj.setAction()".
I would like to add a "spacebar" keyboard action.
How can I do this outside the internal code?
Thanks!
I would like to add a "spacebar" keyboard action.
How can I do this outside the internal code?
Thanks!
Steve
March 21,