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 ed72c8c commit 752bd43Copy full SHA for 752bd43
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -6283,6 +6283,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
6283
this.navigateTo(rowIndex, visibleColIndex, (c) => {
6284
if (c.targetType === GridKeydownTargetType.dataCell && c.target) {
6285
c.target.activate();
6286
+ this.tbody.nativeElement.focus();
6287
}
6288
});
6289
0 commit comments