Class IgxGridCRUDService

Hierarchy

  • IgxGridCRUDService

Properties

cell

cell: IgxCell | null = null

grid

isInCompositionMode

isInCompositionMode: boolean = false

row

row: IgxRow | null = null

Accessors

inEditMode

  • get inEditMode(): boolean

primaryKey

  • get primaryKey(): any

rowEditing

  • get rowEditing(): boolean

Methods

begin

  • begin(cell: any): void

beginRowEdit

  • beginRowEdit(): void

createCell

createRow

end

  • end(): void

endRowEdit

  • endRowEdit(): void

enterEditMode

  • enterEditMode(cell: any): void

exitEditMode

  • exitEditMode(): void

isInEditMode

  • isInEditMode(rowIndex: number, columnIndex: number): boolean

sameCell

sameRow

  • sameRow(rowID: any): boolean