onEnter
fires when the Enter key has been pressed
function onEnter( // keydown event object ev: Event): void
Example
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): void
grid1.attachEvent("onEnter",function(ev){ // your logic here});