Hi,
Is it possible to “jump” with down arrow key to the first row if yo press it on the last row?
Thanks
in case of dhtmlxGrid 3.5 you can use
grid.attachEvent("onLastRow", function(){
grid.selectRow(0);
})
Hi,
Is it possible to “jump” with down arrow key to the first row if yo press it on the last row?
Thanks
in case of dhtmlxGrid 3.5 you can use
grid.attachEvent("onLastRow", function(){
grid.selectRow(0);
})