DHTMLX Docs & Samples Explorer

edit(id)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Switches specified item to the edit state

  • id - id of item in question
      view.edit(id);

There can be only single editable item in same moment of time, so previously opened editor is closing on command activation.