DHTMLX Docs & Samples Explorer

unselect (id)

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

Removes selection from a certain item.

  • id - item id which needs to be unselected, optional
   //unselect one record
      view.unselect(id);
   //unselect all
      view.unselect();

if id is not provided, the method works as unselectAll