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 bc4abbb commit b1d9f56Copy full SHA for b1d9f56
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2924,6 +2924,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2924
|| (event.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1)
2925
|| (event.target === this.tfoot.nativeElement && this.navigation.activeNode.row === this.dataView.length)) {
2926
this.navigation.activeNode = {} as IActiveNode;
2927
+ this.notifyChanges();
2928
}
2929
});
2930
this.onRowAdded.pipe(destructor).subscribe(args => this.refreshGridState(args));
0 commit comments