unselectAll

убирает выделение со всех элементов

void unselectAll();

Example

webix.ui({
    view:"dataview",
    id:"data",
    ...
});
$$('data').unselectAll();

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript framework and page of javascript menu product.