DHTMLX Docs & Samples Explorer

select (id)

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

Marks item as selected

  • id - id of item which need to be selected, optional
   //select one record
      view.select(id);
   //select all
      view.select();

if id is not provided , works as selectAll