Categories | Question details Back To List | ||
Can we detect and react to keystrokes when a table is
in focus (and not selected)- to allow us to implement k... Can we detect and react to keystrokes when a table is in focus (and not selected)- to allow us to implement keyboard shortcuts to operations? Answer posted on Mar 05, 2007 10:34 Probably global variable
globalActiveDHTMLGridObject can help. It contains grid object which was in
focus last. But in general keyboard processing is implemented in doKey internal
method. You can extend it for your needs. But in this case you’ll need to get
back you changes after each version update. We’ll implement additional event
handler in future version – so you’ll be able to use it for keyboard
processing. Answer posted by radyno (Support) on Dec 03, 2014 03:40 Having solved the problem mentioned above, you may also look through the possible related problems with autocomplete demo and dhtml javascript menu. |