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