DHTMLX Docs & Samples Explorer

enableEditTabOnly(mode)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

enables/disables mode when readonly cell is not available with tab

  • mode - true/false
   //enable mode when readonly cell is not available with tab
   mygrid.enableEditTabOnly(true);
   //disable mode when readonly cell is not available with tab
   mygrid.enableEditTabOnly(false);

See also: setExternalTabOrder, setTabOrder