Description
When entering edit mode in an IgxGrid (by double-clicking or pressing Enter on a string cell), typing + or = does not insert the character into the cell. Instead, the following error is logged to the console:
TypeError: Cannot read properties of undefined (reading 'rowIndex') is logged to the console.
- Only + and = seem to be affected; other symbols and characters work as expected.
- This regression was introduced in version 21.2.12. It does not occur in prior versions (e.g., 21.2.11 and earlier).
Framework
Angular
Angular Version
21.2.22
Ignite UI for Angular Version
21.2.12
Component / Area
Grid
Browser
Chrome
Operating System
Windows
Command Not Working
Steps to Reproduce
- Open a Grid editing sample, such as this one.
- Enter grid edit mode by double-clicking or pressing Enter on a string grid cell.
- Press + or = on the keyboard.
Actual Result
Nothing is entered into the cell, and this error is logged to the console:
ERROR TypeError: Cannot read properties of undefined (reading 'rowIndex')
at r.dispatchEvent (chunk-BBQQPuOz.js:33:9928)
at r.handleNavigation (chunk-BBQQPuOz.js:33:9198)
at chunk-BBQQPuOz.js:35:61397
at Nb (chunk-Bh6hB9vB.js:4:83122)
at r (chunk-Bh6hB9vB.js:4:82957)
at HTMLDivElement.<anonymous> (chunk-Bh6hB9vB.js:4:228567)
Expected Result
The pressed key (+ or =) should be entered into the grid cell.
Reproduction URL
https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing
Attachments
No response
Description
When entering edit mode in an IgxGrid (by double-clicking or pressing Enter on a string cell), typing + or = does not insert the character into the cell. Instead, the following error is logged to the console:
TypeError: Cannot read properties of undefined (reading 'rowIndex')is logged to the console.Framework
Angular
Angular Version
21.2.22
Ignite UI for Angular Version
21.2.12
Component / Area
Grid
Browser
Chrome
Operating System
Windows
Command Not Working
Steps to Reproduce
Actual Result
Nothing is entered into the cell, and this error is logged to the console:
Expected Result
The pressed key (+ or =) should be entered into the grid cell.
Reproduction URL
https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing
Attachments
No response