editStop of EditAbility, Methods Webix Docs
stops the edit mode and closes all opened editors. The component remains editable.
void editStop();
Example
$$("mygrid").editStop();
Details
The method saves changes before closing the editor(s).
See also
Articles