Documentation

editCancel

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

void editCancel();

See also

Example

$$('mygrid').editCancel()

Details

The method doesn't save changes before closing the editor(s)

Back to top