Skip to content

Commit da87260

Browse files
authored
Merge pull request #13729 from IgniteUI/ddincheva/summarySize-16.1
Recalculate summary sizes when reset caches is called --16.1.x
2 parents 840f9b7 + 6ac2916 commit da87260

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
@@ -3698,6 +3698,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
36983698
public resetCaches(recalcFeatureWidth = true) {
36993699
if (recalcFeatureWidth) {
37003700
this._headerFeaturesWidth = NaN;
3701+
this.summaryService.summaryHeight = 0;
37013702
}
37023703
this.resetForOfCache();
37033704
this.resetColumnsCaches();

0 commit comments

Comments
 (0)