setExternalTabOrder() can not do the right thing

i want use the tab key in my page for swiching all the html compont including the grid.

i use the setExternalTabOrder(startObj, endObj) ,but is not effect



when the focus on the startObj,i pass the tab key . then the first row of grid is select ,

but the startObj doesn’t lose his focus, pass the tab key next time , is still call the startObj 's onTab event, not the grid’s.

so the focus will stop on the startObj.



how can i do , here is my HTML











<link rel=“STYLESHEET” type=“text/css”

    href="…/dhtmlxGrid_pro_v16_80512/dhtmlxGrid/codebase/dhtmlxgrid.css">

<script

    src="…/dhtmlxGrid_pro_v16_80512/dhtmlxGrid/sources/dhtmlxcommon.js">

<script

    src="…/dhtmlxGrid_pro_v16_80512/dhtmlxGrid/sources/dhtmlxgrid.js">

<script

    src="…/dhtmlxGrid_pro_v16_80512/dhtmlxGrid/sources/dhtmlxgridcell.js">







<body Class=“mainBody” style=“text-align: left;”

    onload=“goMyGrid.setExternalTabOrder(‘per’,‘next’);”>



123























We have created the test sample with the provided code. The “external tab order” works there.

The sample is sent by email.



<span style=“font-family: “MS Pゴシック”; color: blue;” lang=“EN-US”>I have got the reason why it does not work in my
page.<o:p></o:p>


<span style=“font-family: “MS Pゴシック”; color: blue;” lang=“EN-US”>The whole data in my page are all readonly. (type
is <span style=“font-family: “MS Pゴシック”; color: blue;” lang=“EN-US”>ro<span style=“font-family: “MS Pゴシック”; color: blue;” lang=“EN-US”>).<o:p></o:p>


<span style=“font-family: “MS Pゴシック”; color: blue;” lang=“EN-US”>When all the data are readonly, it does not work.<o:p></o:p>

The issue is cofirmed.
We have sent the fixed version by email.