Taborder

Hi team,

How to set taborder in grid.On tab out of last row in grid focus should be set on the next entry field.



You can usesetExternalTabOrder(start,end) method where input1 - an HTML object or its id, gets focus when tab+shift are pressed in the first cell, end - an HTML object or its id, gets focus when tab is pressed in the last cell.

Thanks its working