Skip to content

Commit b1d9f56

Browse files
committed
chore(IgxGrid): adding missing change detection when clear activeNode
1 parent bc4abbb commit b1d9f56

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
@@ -2924,6 +2924,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
29242924
|| (event.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1)
29252925
|| (event.target === this.tfoot.nativeElement && this.navigation.activeNode.row === this.dataView.length)) {
29262926
this.navigation.activeNode = {} as IActiveNode;
2927+
this.notifyChanges();
29272928
}
29282929
});
29292930
this.onRowAdded.pipe(destructor).subscribe(args => this.refreshGridState(args));

0 commit comments

Comments
 (0)