removes selection from the specified item
webix.ui({ view:"dataview", id:"data", ... }); $$('data').unselect($$('data').getFirstId()); //removes selection from the first item