Class IgxGridAPIService

Hierarchy

Hierarchy

  • GridBaseAPIService<GridType>
    • IgxGridAPIService

Implements

  • GridServiceType

Constructors

Properties

cms: IgxColumnMovingService
crudService: IgxGridCRUDService
grid: GridType

Methods

  • Gets the rowID of the record at the specified data view index

    Parameters

    • index: number
    • Optional dataCollection: any[]

    Returns any

  • Returns the index of the record in the data view by pk or -1 if not found or primaryKey is not set.

    Parameters

    • pk: string | number
    • Optional dataCollection: any[]

    Returns number

  • Parameters

    • rowID: any
    • Optional dataCollection: any[]

    Returns number

  • Parameters

    • rowID: any
    • expanded: boolean
    • Optional event: Event

    Returns void