Unplanned
Last Updated: 06 Oct 2025 08:42 by Saurabh
Saurabh
Created on: 06 Oct 2025 08:42
Category: Grid
Type: Bug Report
1
Grid with incell editing and draggable column display editable cell on incorrect position

Bug report

When a draggable column is added in the Grid with incell editing and the user tries to add a new row, the first editable cell is the second cell on the row, but not the first one. After saving, the new value is saved in the first cell.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/qeSqICRA
  2. Click on the 'Add' button in the toolbar to add a new row.
  3. Add a value and save

Current behavior

Currently, on step two, the editable cell is the UnitPrice

Image

After entering a value, it is saved for the ProductName column

Expected/desired behavior

When adding a new row, the initial editable cell should be the first cell in the row (after the draggable). The new value should be saved for the same column.

The issue is a regression starting with 2025.3.812

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all]
0 comments