-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Labels
Description
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
- Open the following StackBlitz example - https://stackblitz.com/edit/angular-ccws8yee
- Click on any cell to enter edit mode.
- 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