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 7cde94f commit b93cec0Copy full SHA for b93cec0
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts
@@ -595,8 +595,10 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
595
596
if (this.parent) {
597
this._displayDensity = this.rootGrid.displayDensity;
598
+ this.summaryService.summaryHeight = 0;
599
this.rootGrid.onDensityChanged.pipe(takeUntil(this.destroy$)).subscribe(() => {
600
601
602
this.notifyChanges(true);
603
this.cdr.markForCheck();
604
});
0 commit comments