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 a2eefb4 commit 79148c4Copy full SHA for 79148c4
projects/igniteui-angular/src/lib/grids/grid-navigation.service.ts
@@ -50,6 +50,7 @@ export class IgxGridNavigationService {
50
constructor(protected platform: PlatformUtil) { }
51
52
handleNavigation(event: KeyboardEvent) {
53
+ event.stopPropagation();
54
const key = event.key.toLowerCase();
55
if (this.grid.crudService.cell && NAVIGATION_KEYS.has(key)) {
56
return;
0 commit comments