onEnter
fires when the Enter key has been pressed
function onEnter( // keydown event object ev: Event): voidExample
Section titled “Example”grid1.attachEvent("onEnter",function(ev){ // your logic here});fires when the Enter key has been pressed
function onEnter( // keydown event object ev: Event): voidgrid1.attachEvent("onEnter",function(ev){ // your logic here});