DHTMLX Docs & Samples Explorer

selectAll()

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

select all rows in grid, it doesn't fire any events

   mygrid.selectAll();

Please make sure that all rows are loaded before calling this method.

See also: selectRow, selectRowById