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

Can be done as

grid.setExternalTabOrder(null,button_id);

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