Check documentation for the latest version of dhtmlxSuite clearSelection DHTMLX Docs

clearSelection

removes selection from the grid

void clearSelection();

Example

myTreeGrid.clearSelection();

Back to top