Skip to content

RevoGrid Documentation v4.23.21 / JSX / 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
additionalData?anyAdditional data to pass to renderersrc/components.d.ts:1940
column?null | ColumnDataSchemaModel<DataType<any, ColumnProp>, ColumnRegular<ColumnProp, DataType<any, ColumnProp>>, ColumnProp>Column data for editor.src/components.d.ts:1944
editCell?EditCellCell to edit data.src/components.d.ts:1948
editor?null | EditorCtrCustom editors registersrc/components.d.ts:1952
onCelleditinit?(event: RevogrEditCustomEvent<SaveDataDetails>) => voidCell edit event initiator, first in the cellEdit event chainsrc/components.d.ts:1956
onCloseedit?(event: RevogrEditCustomEvent<undefined | boolean>) => voidClose editor event pass true if requires focus nextsrc/components.d.ts:1960
saveOnClose?booleanSave on editor close. Defines if data should be saved on editor close. Default falsesrc/components.d.ts:1965