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.
2 parents 29927ac + 3b25190 commit 9667aabCopy full SHA for 9667aab
projects/igniteui-angular/src/lib/grids/grid-navigation.service.ts
@@ -223,7 +223,7 @@ export class IgxGridNavigationService {
223
}
224
225
focusFirstCell(header = true) {
226
- if (this.grid.dataView.length && this.activeNode &&
+ if ((header || this.grid.dataView.length) && this.activeNode &&
227
(this.activeNode.row === -1 || this.activeNode.row === this.grid.dataView.length ||
228
(!header && !this.grid.hasSummarizedColumns))) { return; }
229
0 commit comments