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 js framework and page of javascript custom context menu product.