We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4464b commit 751f578Copy full SHA for 751f578
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts
@@ -346,7 +346,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
346
public get parentRowOutletDirective() {
347
// Targeting parent outlet in order to prevent hiding when outlet
348
// is present at a child grid and is attached to a row.
349
- return this.parent ? this.parent.rowOutletDirective : this.rowOutletDirective;
+ return this.parent ? this.parent.rowOutletDirective : this.outlet;
350
}
351
352
/**
0 commit comments