Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 14, 2008 02:09
open dhtmlx forum
focus a button using tab key

hi,

could u please tell me ,how could i get control from dhtml grid to html button by using tab key.

Thanks
Answer posted by Support on Nov 14, 2008 02:17
Can be done as

grid.setExternalTabOrder(null,button_id);

there button_id - ID of button, to which focus need to be moved