RevoGrid Documentation v4.15.8 / 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
Property | Type | Description | Defined in |
---|---|---|---|
additionalData? | any | Additional data to pass to renderer | src/components.d.ts:1896 |
column? | null | ColumnDataSchemaModel | Column data for editor. | src/components.d.ts:1900 |
editCell? | EditCell | Cell to edit data. | src/components.d.ts:1904 |
editor? | null | EditorCtr | Custom editors register | src/components.d.ts:1908 |
onCelleditinit? | (event : RevogrEditCustomEvent <SaveDataDetails >) => void | Cell edit event initiator, first in the cellEdit event chain | src/components.d.ts:1912 |
onCloseedit? | (event : RevogrEditCustomEvent <undefined | boolean >) => void | Close editor event pass true if requires focus next | src/components.d.ts:1916 |
saveOnClose? | boolean | Save on editor close. Defines if data should be saved on editor close. Default false | src/components.d.ts:1921 |