Unplanned
Last Updated: 06 Oct 2025 08:42 by Saurabh

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]
In Development
Last Updated: 06 Oct 2025 06:54 by ADMIN
Scheduled for 2025 Q4 (Nov)

Bug report

In a Grid with filterable set to "row" and reorderable enabled, if you type something in the filter input and try selecting the text with the mouse, the column is getting dragged.

Regression introduced with 2025.2.520

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/rXwoFtKi/4
  2. Type something in the filter input, and try selecting the text using the mouse

Current behavior

The column is being dragged, preventing you from selecting the text by dragging the mouse over it

Expected/desired behavior

The column shouldn't be dragged.

Environment

  • Ticket ID: 1693167
  • Kendo UI version: 2025.2.702
  • Browser: [all]
Unplanned
Last Updated: 03 Oct 2025 07:10 by Bengt
Created by: Bengt
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

When the Grid has no data, a horizontal scrollbar appears.

Reproduction of the problem

Run the Dojo - https://dojo.telerik.com/cwVUBcpz

Current behavior

There is a redundant scrollbar.
When there is a record in the same Grid, the scrollbar does not appear.

Expected/desired behavior

There should be no scrollbar when the columns have no width set and the Grid has no data.

Workaround

<style>
    .k-grid-content-expander{
      width: 98% !important
    }
  </style>

Dojo - https://dojo.telerik.com/AFvkthmc

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Unplanned
Last Updated: 01 Oct 2025 15:53 by Mikkel
Created by: Mikkel
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request implementing the feature to allow persistent multiple row selection with virtual scrolling.  I understand at the moment it is not recommended, but I would like to see this implemented in the future. 

Thanks!

Completed
Last Updated: 29 Sep 2025 13:20 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When the editable option is disabled in the navigatable Grid and the user presses the 'Delete' button, the row is removed.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/xxZzRUbx
  2. Click on a cell or navigate to a cell and press the 'Delete' button on the keyboard.

Current behavior

The row is removed, although the Grid is not editable.

Expected/desired behavior

The rows should not be removed in the non-editable Grid.

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 18 Sep 2025 16:48 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When a column in the Grid is configured with a group template, updating a cell doesn't update the value of the group template.

Regression introduced with 2024.1.319

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/JukWtLSF/2
  2. Group the data by the name column
  3. Edit a cell in the salary column

Current behavior

The value of the group template in the Total column is not updated as per the salary column

Expected/desired behavior

The value of the group template in the Total column should be updated as it is calculated using the Salary column

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 16 Sep 2025 07:48 by Karen

Bug report

When a Grid is set to readonly mode, but it is also navigatable, and the user clicks on a cell and presses Tab, the next cell enters editable mode.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/HXzAIqWR/3.
  2. Click in a cell and press Tab.

Current behavior

The cell is editable.

Expected/desired behavior

When the Grid is in readonly mode, it should not be editable when navigating using the tab key.

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 15 Sep 2025 11:05 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When a user clicks on a locked column header (for example for sorting), the focus unexpectedly shifts to the first unlocked column instead of remaining on the clicked header.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/bZUXgWQT.
  2. Click on the ID or Name header.

Current behavior

The visual/keyboard focus immediately moves to the first unlocked column. If the user clicks the second locked column, the focus shifts to the second unlocked column.

Expected/desired behavior

Clicking on a locked column should retain focus on that column, not move to another grid column.

Regression

The issue is a regression starting with 2022.3.913 version

Environment

  • Kendo UI version: 2025.2.520
  • Browser: [all ]
Completed
Last Updated: 03 Sep 2025 11:54 by ADMIN
Release 2025 Q4 (Nov)
Created by: banulescubogdan
Comments: 3
Category: Grid
Type: Bug Report
4

Bug report

When the user enters invalid data in Grid popup edit form and presses 'Enter' the Save button becomes disabled. The button does not get enabled even after entering a valid data.

Reproduction of the problem

  1. Open the pop-up editor by clicking "Create" or "Edit" in the Grid in the Dojo linked here - https://dojo.telerik.com/QyVhowiQ.
  2. Leave a required field (like "ProductName") empty and click Save.
  3. Validation fails, as expected.
  4. Notice that the Save button becomes disabled. Enter a valid data in the field.

Current behavior

The Save button becomes disabled after a validation failure and cannot be re-enabled.

Expected/desired behavior

The Save button should remain enabled or re-enable automatically after validation issues are resolved.

The issue is a regression starting with 2025.2.702

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all ]
Unplanned
Last Updated: 02 Sep 2025 08:10 by Matthew
Created by: Matthew
Comments: 0
Category: Grid
Type: Bug Report
0

Bug report

Calling the Grid's addRow method throws an error.

Regression introduced with version 2025.3.812

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/bkGNMOMW/4
  2. Click the Add a new row button

Current behavior

An error is thrown after adding the first row

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Won't Fix
Last Updated: 01 Sep 2025 09:20 by ADMIN
 Title: Incorrect role as link is defined for the 'Filter' button in Windows.

Test Environment: 
OS: Windows 11 Version 24H2(OS Build 26100.2161)
Browser: Edge Version 131.0.2903.112 (Official build) (64-bit)
Screen Readers: Narrator, NVDA Version 2024.4.1, JAWS 2025.2412.50
    User Impact:
    Screen Readers users will not be able to understand the purpose of the control if Screen Reader is announcing incorrect role for the Filter button in Windows.

    Observation:
    1. This issue is observed with (NVDA, JAWS and Narrator) using down arrow key/Tab key.
    Pre-Requisite:
    1. Press F12 key to open the developer tool and inspect the code.
    Repro Steps:
    1. Open URL: https://demos.telerik.com/kendo-ui/grid/filter-menu-customization in Edge browser.
    2. Navigate to the Filter icon present in the city/Title/Birth date column header.
    3. Press F12 to open Dev tool and inspect the code for Filter button.
    4. Observe whether correct role is defined for "Filter" button or not.
    Actual Result:
    Incorrect role as link is defined for the 'Filter' button.

    Observation: 
    Keyboard focus is not moving to the filter icon. 
    Screen reader is announcing as 'Link city filter column settings'.

    Attachment Name: Incorrect role as link is defined for the 'Filter' button in Windows..mkv

    Expected Result:
    Correct role as 'Button' should be defined for the Filter button.
    Keyboard focus should move to the Filter button and Screen reader should announce as 'City Filter button column settings'.
    Unplanned
    Last Updated: 27 Aug 2025 10:25 by Christian
    Created by: Christian
    Comments: 0
    Category: Grid
    Type: Bug Report
    0

    Bug report

    Grid rows could not be properly selected on iPad

    Reproduction of the problem

    1. Open the dojo on iPad - https://dojo.telerik.com/gWsPhtrv
    2. Try to select a row.

    Current behavior

    The rows could not be selected.

    Expected/desired behavior

    It should be possible to select a row in the Grid when it is loaded on iPad.

    Used device for testing: iPad Pro iOS18.6

    Environment

    • Kendo UI version: 2025.3.812
    • Browser: [all ]
    Planned
    Last Updated: 26 Aug 2025 10:41 by ADMIN
    Scheduled for 2025 Q4 (Nov)

    Bug report

    group Grid event does not trigger when performing the grouping via the column menu.

    Reproduction of the problem
    Dojo example - https://dojo.telerik.com/EekHxwPJ


    Environment

    Kendo UI version: [all]
    Browser: [all]

    Completed
    Last Updated: 25 Aug 2025 13:30 by ADMIN
    Release 2025 Q4 (Nov)
    Created by: Gabor
    Comments: 0
    Category: Grid
    Type: Bug Report
    1

    Bug Report

    When backspacing input in the row filter of a navigatable Kendo UI Grid, it appears to attempt to delete a record.

    Reproducible

    1. Go to this Progress Kendo UI Dojo
    2. Filter the product name
    3. Press the backspace

    Current Behavior

    Filtering is prevented and a delete confirmation dialog appears. Upon selection in the dialog, the filtering occurs.

    Environment

    Completed
    Last Updated: 25 Aug 2025 13:29 by ADMIN
    Release 2025 Q4 (Nov)

    Description

    Upon editing a Kendo UI Grid with inline editing with a hidden column, the Update/Save/Cancel buttons appear in the wrong placement.

    Reproduction

    1. Go to this Progress Kendo UI Dojo
    2. Edit a row.

    Current Behavior:

    Expected Behaviour:

    Environment

    Kendo UI version: 2025.3.812
    Browser: [all ]

    Unplanned
    Last Updated: 19 Aug 2025 12:17 by palhal

    Bug report

    When using the Grid's GetSelectedData method with a selectable column, the method throws an error.

    Reproduction of the problem

    1. Go to this Progress Kendo UI Dojo
    2. Select a row
    3. Click Get Select Data

    Current behaviour:

    The following error message occurs:

    kendo.all.js:143633  Uncaught TypeError: Cannot read properties of undefined (reading 'selectedRanges')
    

    Environment

    Kendo UI version: 2025.3.812
    Browser: [all ]

    Unplanned
    Last Updated: 12 Aug 2025 09:00 by Aaron
    Created by: Aaron
    Comments: 0
    Category: Grid
    Type: Bug Report
    1

    Bug report

    Grid's Toolbar Columns Menu breaks after setOptions()

    Reproduction of the problem

    1. Go to and run this Dojo that combines the Toolbar Columns Menu demo and the Persist State demo: https://dojo.telerik.com/hVgwgCdr
    2. Click "Save State" so you have some state data to restore later.
    3. Click the Toolbar Columns Menu, uncheck "Contact Title", and click "Apply" to hide the column. The column gets hidden without a problem.
    4. Click "Load State" to restore the previous state data. The column is displayed again and things are fine.
    5. Click the Toolbar Columns Menu, uncheck "Company Name" and "Country", and click "Apply" to hide these columns.
    6. Observe only one of these two columns was hidden and the Toolbar Columns Menu remains visible.
    Open the Developer Tools, check the Console tab, and observe the error logged: "Uncaught TypeError: Cannot read properties of null (reading 'columns')"
    It appears the columns menu's "this.owner" gets set to null at some point in the process of calling setOptions() and never gets set back to a reference of the grid.


    Environment
    Kendo UI version: 2025.2.702
    Browser: [all ]

    Unplanned
    Last Updated: 01 Aug 2025 08:52 by Praveen

    When the Grid has scrollable.virtual enabled and pdfExport.allPages set to true, the loader is actually displayed, but it gets hidden immediately when the next page is loaded for exporting. This leads to the loader appearing as not visible. https://dojo.telerik.com/QlIlIbTZ

    I would like the progress bar functionality to be improved and to have built-in support for displaying a progress bar in the virtual Grid when exporting all pages

     
    Unplanned
    Last Updated: 31 Jul 2025 05:53 by omti
    When a column is grouped, sorting that column is no longer meaningful. Currently, it’s possible to manually update the column options to hide the sort indicator, but doing so creates gaps in the numbering of the remaining indicators (e.g., 1 and 3 instead of 1 and 2), which can be confusing for end users.

    If the Grid could automatically hide sort indicators for grouped columns and re-index the sort numbers for the remaining sortable columns, or provide an API to trigger this behavior, it would make the UI much cleaner and more intuitive.
    Unplanned
    Last Updated: 25 Jul 2025 07:01 by Jake

    Bug report

    When a date is selected in the Grid and the value is cleared using the filter method, the filterMenu keeps the value of the Date fields.

    Reproduction of the problem

    1. Run the example - https://dojo.telerik.com/CAGgaXTX.
    2. Filter the last column for example using the date '8/30/1993 00:00 AM'.
    3. Click the 'Clear all' button above the grid.
    4. Click on the filter menu icon above the 'Birth Date' column.

    Current behavior

    The Grid is filtered and the filter is cleared correctly, but the value of the date remains in the filter menu.

    Expected/desired behavior

    When the Grid filter is cleared, the value of all inputs in the filter menu should be cleared as well.

    Workaround

     $('.k-filter-menu-container [data-role="datepicker"]').data('kendoDatePicker').value(null)
    
    

    The issue is a regression starting with 2025.1.211.

    Environment

    • Kendo UI version: 2025.2.702
    • Browser: [all ]
    1 2 3 4 5 6