Skip to content

editStop

stops the edit mode and closes all opened editors. The component remains editable.

function editStop(): void
mygrid.editStop();

The method saves changes before closing the editor(s).

Articles