Skip to content

BeforeEditCloseDetail

Detail payload for the before-edit-close event.

Fired synchronously just before the grid clears editing state and destroys editor DOM. At this point the commit callback is still active, so framework adapter editors (Angular/React/Vue) can flush pending values via their commit() callback.

Only fires on the commit path (not on revert/cancel) and only in mode: 'row' — never in mode: 'grid'.

PropertyTypeDescription
rowIndexnumberIndex of the row about to leave edit mode.
rowIdstringStable row identifier (from getRowId).
rowTRowRow object reference (current state — mutations are still accepted).
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt