Skip to content

onEnter

fires when the Enter key has been pressed

function onEnter(
// keydown event object
ev: Event
): void
grid1.attachEvent("onEnter",function(ev){
// your logic here
});