Class IgxChildGridRowComponent

Implements

  • AfterViewInit
  • OnInit

Constructors

Properties

cdr: ChangeDetectorRef
container: ViewContainerRef
element: ElementRef<HTMLElement>
expanded: boolean = false

Returns whether the row is expanded.

const RowExpanded = this.grid1.rowList.first.expanded;
gridAPI: IgxHierarchicalGridAPIService
index: number

The index of the row.

// get the index of the second selected row
let selectedRowIndex = this.grid.selectedRows[1].index;

Accessors