Skip to content

Commit 752bd43

Browse files
committed
fix(grid): focus tbody after closing row editing #7384
1 parent ed72c8c commit 752bd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6283,6 +6283,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
62836283
this.navigateTo(rowIndex, visibleColIndex, (c) => {
62846284
if (c.targetType === GridKeydownTargetType.dataCell && c.target) {
62856285
c.target.activate();
6286+
this.tbody.nativeElement.focus();
62866287
}
62876288
});
62886289
}

0 commit comments

Comments
 (0)