Required library edition: Required library file: dhtmlxdataview.js
Removes selection from a certain item.
//unselect one record view.unselect(id); //unselect all view.unselect();
if id is not provided, the method works as unselectAll