Methods

edit enables the edit mode for the specified item
editCancel cancels the edit mode and closes all opened editors. The component remains editable.
editNext closes the current editor and opens one in the next cell of the row
editStop stops the edit mode and closes all opened editors. The component remains editable.
focusEditor moves focus to the active editor
getEditState returns info about active editor object
getEditor returns an editor object
getEditorValue returns the value of the active (currently open) editor
validateEditor validates data in currently active editor
Back to top