Check documentation for the latest version of dhtmlxSuite unselectAll DHTMLX Docs

unselectAll

removes selection from all the items in the dataview

void unselectAll();

Example

myDataView.unselectAll();

Back to top