Member Junction
    Preparing search index...

    Fired before cell edit is committed - can be canceled or value modified

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cancel: boolean = false

    Set to true to cancel the operation

    cancelReason?: string

    Optional reason for cancellation

    The column being edited

    grid: unknown

    The grid component that raised the event

    modifiedValue?: unknown

    Set to modify the value before committing

    newValue: unknown

    New value being committed

    oldValue: unknown

    Original value before edit

    row: Record<string, unknown>

    The row data (entity)

    rowIndex: number

    The row index in the current view

    rowKey: string

    The row key (ID)

    timestamp: Date

    Timestamp when event was raised