DHTMLX Docs & Samples Explorer

editStop(mode)

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

retuns value from editor(if presents) to cell and closes editor

  • mode - if true - current edit value will be reverted to previous one
   //close opened editor and return value from editor to the cell
   mygrid.editStop();
   //close opened editor and revert cell value to the previous one
   mygrid.editStop(true);

See also: editCell