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