removes selection from a certain item
id | string|number | id of the item which needs to be unselected, optional |
//unselect one record
myDataView.unselect(id);
//unselect all
myDataView.unselect();
if the id is not provided, the method works as unselectAll()