Skip to content

Commit 2ecdca6

Browse files
authored
Merge pull request #10135 from IgniteUI/pbozhinov/fix-10081
Fixes column width not updating when grouping is cleared
2 parents 9de7be9 + 8c849aa commit 2ecdca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ export class IgxGridComponent extends IgxGridBaseDirective implements GridType,
672672
*/
673673
public clearGrouping(name?: string | Array<string>): void {
674674
this._gridAPI.clear_groupby(name);
675+
this.calculateGridSizes();
675676
this.notifyChanges(true);
676677
}
677678

0 commit comments

Comments
 (0)