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 27e7dad commit 839886eCopy full SHA for 839886e
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -4385,6 +4385,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4385
this.endEdit(true);
4386
this.selectionService.clearHeaderCBState();
4387
this.summaryService.clearSummaryCache();
4388
+ this.cdr.detectChanges();
4389
}
4390
4391
// TODO: We have return values here. Move them to event args ??
0 commit comments