Documentation

editStop

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

void editStop();

See also

Example

$$('mygrid').editStop();

Details

The method saves changes before closing the editor(s)

Back to top