Skip to content

[IgxGrid] Typing + or = in cell edit mode throws TypeError and does not insert character #17605

Description

@eliassantner

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

  1. Open a Grid editing sample, such as this one.
  2. Enter grid edit mode by double-clicking or pressing Enter on a string grid cell.
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions