Categories | Question details Back To List | ||
Grid - TabOrder Hi, I have an error with the method setExternalTabOrder(start, end). I' m using the example found in the documentation: <input type="text" id="input1" /> <div id="gridbox"></div> <input type="text" id="input3" /> mygrid.setExternalTabOrder("input1","input3"); When I move the focus from the grid to the start or to the end I get this message: 'style.display' is null or not an object. Really I don' t understand the reason. I'm trying with the v.2.0 build 81009 of dhtmlxgrid.js. Thanks in advance Toni Answer posted by Support on Nov 03, 2008 03:18 The issue was not reconstracted locally. Have you got this issue in the standard sample ? Please, provide more details in this case If problem persists, please, provide the sample where it can be recreated at support@dhtmlx.com Answer posted by Support on Nov 03, 2008 03:21 Please try to use the next patch http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=5528&ssr=yes&s=attached%20patch Answer posted by Toni on Nov 03, 2008 07:03 It works! Thanks a lot. Toni
|