Categories | Question details Back To List | ||
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. Answer posted by dhxSupport on May 25, 2009 00:25 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. Answer posted by Jay on May 26, 2009 03:34 Thanks its working |