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 fff46cf + 0f17124 commit f1e8a80Copy full SHA for f1e8a80
projects/igniteui-angular/src/lib/grids/grid-navigation.service.ts
@@ -213,7 +213,7 @@ export class IgxGridNavigationService {
213
}
214
215
focusFirstCell(header = true) {
216
- if (this.grid.dataView.length && this.activeNode &&
+ if ((header || this.grid.dataView.length) && this.activeNode &&
217
(this.activeNode.row === -1 || this.activeNode.row === this.grid.dataView.length ||
218
(!header && !this.grid.hasSummarizedColumns))) { return; }
219
0 commit comments