Check documentation for the latest version of dhtmlxSuite selectAll DHTMLX Docs

selectAll

selects all rows in the grid, doesn't trigger any events

void selectAll();

Example

myGrid.selectAll();

Back to top