getEditorValue
returns the value of the active (currently open) editor
function getEditorValue(): string
Returns
Section titled “Returns”string
the editor value
Example
Section titled “Example”mygrid.getEditorValue();
Details
Section titled “Details”If no editors or several editors are open, the method returns the value of the last opened editor.
See also
Section titled “See also”Articles
API