editStop of EditAbility, Methods Webix Docs

StartAPI ReferenceMixinsEditAbilityMethods

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

  • Back to top