Class IgxHierarchicalGridAPIService

Hierarchy

Properties

grid

Methods

_update_row

  • _update_row(row: IgxRow, value?: any): void

addRowToData

  • addRowToData(rowData: any): void

atInexistingPage

  • atInexistingPage(): Boolean

clear_filter

  • clear_filter(fieldName: string): void

clear_sort

  • clear_sort(fieldName: string): void

deleteRowById

  • deleteRowById(rowId: any): void

deleteRowFromData

  • deleteRowFromData(rowID: any, index: number): void
  • Parameters

    • rowID: any
    • index: number

    Returns void

escape_editMode

  • escape_editMode(): void

filter

filter_global

  • filter_global(term: any, condition: any, ignoreCase: any): void
  • Parameters

    • term: any
    • condition: any
    • ignoreCase: any

    Returns void

getChildGrid

getChildGridByID

getChildGrids

  • getChildGrids(inDepth?: boolean): any[]

getChildGridsForRowIsland

getChildRowIsland

getParentRowId

get_all_data

  • get_all_data(includeTransactions?: boolean): any[]
  • Parameters

    • Default value includeTransactions: boolean = false

    Returns any[]

get_cell_by_index

get_cell_by_key

get_cell_by_visible_index

get_cell_inEditMode

get_column_by_name

get_data

  • get_data(): any[]

get_filtered_data

  • get_filtered_data(): any[]

get_row_by_index

get_row_by_key

get_row_id

  • get_row_id(rowData: any): any

get_row_index_in_data

  • get_row_index_in_data(rowID: any): number

get_summary_data

  • get_summary_data(): any[]

registerChildGrid

registerChildRowIsland

row_deleted_transaction

  • row_deleted_transaction(rowID: any): boolean

should_apply_number_style

sort

sort_multiple

submit_value

  • submit_value(): void

unsetChildRowIsland

update_cell

update_row