Returns the row index.
Returns always true, because this is in instance of an IgxGroupByRow.
Gets/sets whether the group row is expanded.
const groupRowExpanded = groupRow.expanded;
The IGroupByRecord object, representing the group record, if the row is a GroupByRow.
Gets whether the row is selected.
Default value is false
.
row.selected = true;
Sets whether the row is selected.
Default value is false
.
row.selected = !row.selected;
Returns the view index calculated per the grid page.
The grid that contains the row.