fires after a key has been pressed but before the default key processing starts
code | number | key code |
cFlag | boolean | control key flag |
sFlag | boolean | shift key flag |
Available only in PRO Edition
grid.attachEvent("onKeyPress", function(code,cFlag,sFlag){
// your code here
});
Back to top