Member Junction
    Preparing search index...

    Fired before row save - can be canceled or values modified

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cancel: boolean = false

    Set to true to cancel the operation

    cancelReason?: string

    Optional reason for cancellation

    changes: Record<string, { newValue: unknown; oldValue: unknown }>

    The changes being saved

    grid: unknown

    The grid component that raised the event

    modifiedValues?: Record<string, unknown>

    Set to modify values before saving

    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