Unplanned
Last Updated: 26 Aug 2025 12:45 by ADMIN

The DropDownList's Keyboard Navigation Docs specify that the arrow keys move the highlight in the dropDownList, while Enter selects the highlighted item.

However, in reality, the arrow keys already select items. Via keyboard, it is not possible to select e.g. the third item in the list without selecting the first and the second item first (by pressing the down arrow).

E.g. the docs for Angular describe a different behavior.

Unplanned
Last Updated: 26 Aug 2025 08:37 by ADMIN
Created by: Philip
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

When a pager control uses responsive mode, but renders initially as hidden, the control fails to render properly.

The control should render to the appropriate responsive mode regardless of whether the control is visible or not when it is initially rendered.

Unplanned
Last Updated: 22 Aug 2025 06:04 by David

Bug report

When there is animation configured for the Tooltip, the component is not positioned correctly when it is displayed for the first time.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/YzcMxvVD
  2. Hover over the elements

Current behavior

The Tooltip shifts slightly after it is displayed for the first time

screencast - https://somup.com/cTj31V8DGU

Expected/desired behavior

The Tooltip should be on the correct position initially when there is an animation set.

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: 18 Aug 2025 18:51 by ecobite
Created by: ecobite
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I would like to request the source code from the AI Service from the Kendo UI Grid demos be available to download.  

Thank you!

  
Unplanned
Last Updated: 14 Aug 2025 14:01 by Michael
Created by: Michael
Comments: 0
Category: Editor
Type: Bug Report
1

Bug Report

When the content of the Kendo UI Editor contains the head, the code within it is displaying with the use of the viewHtml.

Reproducible

  1. Go to this Progress Kendo UI Dojo
  2. Select the viewHtml tool.

Current Behavior

The content within the head will be displayed.

Workaround

Manually remove the tags from the IFrame (Dojo).

            var iframe = $('.k-iframe') // Identify the iframe by its class
            var iframeContent = iframe.contents() // Access the content of the iframe
            var metaElement = iframeContent.find('meta') // Traverse down the DOM tree to reach the <meta> element
    
            metaElement.remove()// Remove all the <meta> elements

Environment

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: 12 Aug 2025 07:26 by Mihail
Created by: Mihail
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug report

Spreadsheet  render event does not fire since 2025.2.520

Reproduction of the problem
https://demos.telerik.com/kendo-ui/spreadsheet/events

Expected/desired behavior
Render event must fire initially.

The issue is a regression starting with 2025.2.520 version.

Environment
Kendo UI version: 2025.2.520
Browser: [all ]

Unplanned
Last Updated: 07 Aug 2025 11:52 by ADMIN
Created by: Arne
Comments: 8
Category: Scheduler
Type: Bug Report
1

Bug report

On Safari, the Scheduler throws an error.

Reproduction of the problem

  1. Open and run this Dojo example - https://dojo.telerik.com/UZATyPgT/10
  2. Check the browser console

Current behavior

An error is thrown on the browser console

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2025.1.227
  • OS: iOS 15.4.1
  • Browser: [Safari18.4]
Unplanned
Last Updated: 07 Aug 2025 06:47 by Yohann
Created by: John
Comments: 2
Category: DropDownList
Type: Feature Request
2
Add a filterOptions option that will enable users to configure attributes, placeholder, etc for the search box of the DropDownList. 
Unplanned
Last Updated: 06 Aug 2025 10:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: TabStrip
Type: Feature Request
0

Currently, when items are reordered or moved from one ListBox to another, the items are present in the dataSource, but not in the position they are displayed. I know about the following solutions: 

https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/list-box-reordering-not-working 

and - https://dojo.telerik.com/gDwkisQr 

However, I would like to have a built-in method for retrieving the items in the order they are displayed.

Unplanned
Last Updated: 01 Aug 2025 12:49 by Richard
Created by: Richard
Comments: 0
Category: DropDownList
Type: Bug Report
1

Bug Report

When a filterable DropDownList uses a tooltip for each item, the DropDownList will close.

Reproducible

DropDownList Filter + Tooltip Issue | Kendo UI Dojo
Steps to reproduce are in the Dojo

Expected Behavior

The DropDownList should remain open with the tooltip.

Workaround

Use a flag to handle when the DropDownList will close:
DropDownList/ToolTip - Prevent Closing | Kendo UI Dojo

Environment

  • Kendo UI version: 2025.2.702
  • jQuery version: All Supported Versions
  • 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: 30 Jul 2025 16:44 by Tim
Created by: sreeraj
Comments: 3
Category: Editor
Type: Feature Request
7
For example when we type @ it should autocomplete a certain list of data in the editor
Unplanned
Last Updated: 29 Jul 2025 13:15 by Vivek
Created by: Vivek
Comments: 0
Category: PivotGridV2
Type: Bug Report
1

Bug Report

When configuring measures for the PivotDataSourceV2, the measures are not being applied.

Reproducible

  1. Go to this Progress Kendo UI Dojo.

Current Behavior

In the dojo, with the measures configuring only the Sum, the Average is still appearing.

        var pivotgrid = $("#pivotgrid").kendoPivotGridV2({
            columnWidth: 120,
            height: 570,
            dataSource: {
                data: revenue,
                sort: { field: "Year", dir: "asc" },
                schema: {
                    model: {
                        fields: {
                            Country: { type: "string" },
                            Revenue: { type: "number" },
                            Year: { type: "number" },
                            Sector: { type: "string" }
                        }
                    },
                    cube: {
                        dimensions: {
                            Country: { caption: "All Countries" },
                            Sector: { caption: "All Sectors" },
                            Year: { caption: "All Years" }
                        },
                        measures: {
                            "Sum": { field: "Revenue", format: "{0:c}", aggregate: "sum" },
                            "Average": { field: "Revenue", format: "{0:c}", aggregate: "average" }
                        }
                    }
                },
                columns: [{ name: "Year", expand: true }],
                rows: [{ name: "Country", expand: true }],
                measures: ["Sum"]  // Should only show Sum, not Average
            }
        }).data("kendoPivotGridV2");

Expected Behavior

Image

Environment

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 ]
Unplanned
Last Updated: 24 Jul 2025 14:49 by Haritha

Bug report

Dropdown Not Visible in Frozen Pane in Kendo jQuery Spreadsheet

Reproduction of the problem

Dojo example - https://dojo.telerik.com/mLetbVPM


Environment
jQuery: 3.7.0
Kendo UI version: [all]
Browser: [all]

Unplanned
Last Updated: 24 Jul 2025 06:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: Window
Type: Feature Request
0

Currently in kendo.prompt, the user can accept or decline the entered value in the popup only by clicking on the 'OK' and ' Cancel' buttons.

I know I can workaround that behavior as demonstrated below - https://dojo.telerik.com/pRIUUdCh 

$('[role="alertdialog"]').on('keydown', function(event){
        if(event.keyCode == 13){
          $('[role="alertdialog"] .k-button:first-child').focus();
          $('[role="alertdialog"] .k-button:first-child').click();

        } else if (event.keyCode == 27){
          $('[role="alertdialog"] .k-actions .k-button').eq(1).click()
        }
      })

However, I would like to have a built-in possibility to accept and cancel through the Enter and Escape keys.

 

Unplanned
Last Updated: 22 Jul 2025 15:21 by Hanumantha
Created by: Hanumantha
Comments: 0
Category: PivotGridV2
Type: Bug Report
0

Bug report

When the destroy() method is used for kendoPivotConfiguratorV2 and kendoPivotConfiguratorButton an error is thrown.

Reproduction of the problem

  1. Open the dojo example - https://dojo.telerik.com/pkBibvww
  2. Open the browser console and observe the result

Current behavior

An error: TypeError: Cannot read properties of null (reading 'removeData') is thrown.

Expected/desired behavior

There should be no error, and the configurator and the kendoPivotConfiguratorButton should be successfully destroyed.

Environment

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