Skip to content

Commit 2258654

Browse files
authored
Merge branch '17.0.x' into rivanova/fix-13691-17.0.x
2 parents fa36cd9 + db4e631 commit 2258654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3691,6 +3691,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
36913691
public resetCaches(recalcFeatureWidth = true) {
36923692
if (recalcFeatureWidth) {
36933693
this._headerFeaturesWidth = NaN;
3694+
this.summaryService.summaryHeight = 0;
36943695
}
36953696
this.resetForOfCache();
36963697
this.resetColumnsCaches();

0 commit comments

Comments
 (0)