unselect

removes selection from the specified item

void unselect( [string id] );
idstringthe item id

Example

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

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of javascript list product.