This event occurs during tabulation in grid, blockable.
grid.attachEvent("onTab", function(mode){ //any custom logic here });
Parameter:
The event can be used to implement custom tab order. Code can select any other cell in grid and return false to prevent default logic.