Skip to content

Grid's editRow method does not focus numeric cell editors #4672

@zstoyanova9

Description

@zstoyanova9

Description

When the editRow() method of the Grid is utilized for editing, the cells with numeric editors are not focused as expected - the entire cell receives focus, instead of the editor itself.

The issue starts to reproduce as of the v19.0.0 release of the packages.
Example with v18.5.2 where the numeric editors are focused as expected - https://stackblitz.com/edit/angular-8mn3bcst-exsx9xqz

Steps To Reproduce

  1. Open the following StackBlitz example - https://stackblitz.com/edit/angular-ccws8yee
  2. Click on any cell to enter edit mode.
  3. Observe how when clicking the cells in columns with numeric editors (i.e., "Price" and "Units In Stock" columns), the entire cell receives focus, not the editor itself, unlike in other columns.

Screenshots or video

Screen.Recording.2025-07-22.at.18.46.01.mov

Actual Behavior

The entire cell with numeric editor receives focus, instead of the editor itself.

Expected Behavior

Cells with numeric editors should receive focus in the same way as the other cell editor types.

Last working version of the Kendo UI for Angular package (if regression).

18.5.2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions