Member Junction
    Preparing search index...

    Fired before row delete - can be canceled

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cancel: boolean = false

    Set to true to cancel the operation

    cancelReason?: string

    Optional reason for cancellation

    grid: unknown

    The grid component that raised the event

    isBatch: boolean

    Whether this is part of a batch delete

    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