Represents event arguments related to grid editing completion.

Hierarchy

Hierarchy

Constructors

Accessors

  • get column(): IgrColumn<IIgrColumnProps>
  • Optional Represents the column information of the edited cell

    Returns IgrColumn<IIgrColumnProps>

  • set column(v): void
  • Parameters

    Returns void

  • get isAddRow(): boolean
  • Optional Indicates if the editing consists of adding a new row

    Returns boolean

  • set isAddRow(v): void
  • Parameters

    • v: boolean

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get newValue(): any
  • Optional Represents the value, that is being entered in the edited cell When there is no newValue and the event has ended, the value of the cell returns to the oldValue

    Returns any

  • set newValue(v): void
  • Parameters

    • v: any

    Returns void

  • get oldValue(): any
  • Represents the previous (before editing) value of the edited cell. It's used when the event has been stopped/exited.

    Returns any

  • set oldValue(v): void
  • Parameters

    • v: any

    Returns void

  • get primaryKey(): any
  • Deprecated

    Use the rowKey property instead.

    Returns any

  • set primaryKey(v): void
  • Parameters

    • v: any

    Returns void

  • get rowData(): any
  • rowData represents the updated/committed data of the row after the edit (newValue) The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled

    Returns any

  • set rowData(v): void
  • Parameters

    • v: any

    Returns void

  • get rowID(): any
  • Deprecated

    Use the rowKey property instead.

    Returns any

  • set rowID(v): void
  • Parameters

    • v: any

    Returns void

  • get rowKey(): any
  • Returns any

  • set rowKey(v): void
  • Parameters

    • v: any

    Returns void

  • get valid(): boolean
  • Optional Indicates if the new value would be valid. It can be set to return the result of the methods for validation of the grid

    Returns boolean

  • set valid(v): void
  • Parameters

    • v: boolean

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void