grid events

Exists some event like onEnter but for other keys? delete, ctr, shift, some letter etc…
thanks

you can use onKeyPress event, the first param of which is key-code ( and 4th - native event object, if you need to have more details )

except of enter, only tab key has custom event ( onTab ) - because it is processed in specific way.