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 b6b362e commit fcba5b5Copy full SHA for fcba5b5
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2852,6 +2852,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2852
|| (event.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1)
2853
|| (event.target === this.tfoot.nativeElement && this.navigation.activeNode.row === this.dataView.length)) {
2854
this.navigation.activeNode = {} as IActiveNode;
2855
+ this.notifyChanges();
2856
}
2857
});
2858
this.onRowAdded.pipe(destructor).subscribe(args => this.refreshGridState(args));
0 commit comments