keyboard navigation- moving the focus to the grid

Hi,

I’m evaluating the grid in terms of accessibility. I can’t move the focus to the grid’s first cell if I navigate my site using the tab key. Is there a solution for this?

Thanks.

Try to use setExternalTabOrder(start, end) method.
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_setexternaltaborder

Please, have a look at this working example:
http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/12_initialization_loading/12_pro_edit_tab_only.html