Skip to content

RevoGrid Documentation v4.27.11 / Components / RevogrEdit

Interface: RevogrEdit ​

Represents a cell editor in a grid. It manages the editing of cells by handling events, saving data, rendering the editor UI, and managing the lifecycle of the editor instance.

Properties ​

PropertyTypeDescriptionDefined in
additionalDataanyAdditional data to pass to renderersrc/components.d.ts:453
beforeDisconnect() => Promise<void>Before editor got disconnected. Can be triggered multiple times before actual disconnect.src/components.d.ts:457
cancelChanges() => Promise<void>Cancel pending changes flag. Editor will be closed without autosave.src/components.d.ts:461
columnnull | ColumnDataSchemaModel<DataType<any, ColumnProp>, ColumnRegular<ColumnProp, DataType<any, ColumnProp>>, ColumnProp>Column data for editor.src/components.d.ts:465
editCellEditCellCell to edit data.src/components.d.ts:469
editornull | EditorCtrCustom editors registersrc/components.d.ts:473
saveOnClosebooleanSave on editor close. Defines if data should be saved on editor close. Default falsesrc/components.d.ts:478