Categories | Question details Back To List | ||
Tab Order in Grid Hi, I am currently trying to change the tabbing behaviour in dhtmlxGrid. I found some one asking the same question before http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=3011&ssr=yes&s=tab%20order There the support team answered that this feature will be available in V1.6. Now I am using V1.6 but I was not able to find anything appropriate. Is this feature available via API? Regards, Artur Brauer Answer posted by Support on Jul 17, 2008 04:00 Mode can be enabled by mygrid.enableEditTabOnly(1); http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/pro_edit_tab_only.html?un=1216293528000 Answer posted by Artur Brauer on Jul 17, 2008 04:20 Thanks for the info. This gives me some confusion about our dhtmlx Version though. The readme.txt in dhtmlxSuite_pro says we are using: dhtmlxSuite v.1.6 Professional edition build 80319 in dhtmlxGrid/codebase/dhtmlxgrid.js the first line is //v.1.5 build 80319 in dhtmlxGrid/sources/dhtmlxgrid.js the first line is //v.1.5 build 71114 And the function enableEditTabOnly() does not exist in any file. Answer posted by Support on Jul 17, 2008 06:10 The build 80319 is latest build of dhtmlxgrid 1.5 before releasing dhtmlxgrid 1.6 If you need link to the latest version ( dhtmlxgrid 1.6 build 80512 ) please contact us directly at support@dhtmlx.com and provide your ref. number |