Unplanned
Last Updated: 12 Nov 2025 19:48 by Vijay
Created by: Vijay
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to hide all columns with the columnMenu instead of requiring one to remain. 

Thank you!

Unplanned
Last Updated: 11 Nov 2025 12:41 by ADMIN
Created by: Imported User
Comments: 12
Category: Gantt
Type: Feature Request
26
Incorporate page breaks into the Gantt PDF Export and include option to repeat column headers on each page.
Unplanned
Last Updated: 06 Nov 2025 10:45 by ADMIN

Bug report

In a Spreadsheet with date cell editor, the fr-CA culture does not work.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ogEvuTEf/6
  2. Open the editor for the date cell

Current behavior

The Calendar is empty

Expected/desired behavior

The Calendar should display the dates defined in the validation

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 05 Nov 2025 07:01 by ADMIN
Created by: Paul
Comments: 1
Category: LinearGauge
Type: Feature Request
3

In our use case, we have linear gauges that show different colours depending on the time of day.

Our users need to be able to move the pointer up and down to view the corresponding values. 

As you can see in the below image, currently we have a workaround to show a slider above it and then move the pointer up and down accordingly, as the slider is moved. However, this does not always work perfectly, and sometimes the slider doesn't line up.

It would be nice if there were an option on the linear gauge to make the pointer moveable (false by default) and then also have corresponding events e.g. when the movement starts/stops.

Unplanned
Last Updated: 03 Nov 2025 11:31 by ADMIN
Scheduled for 2025 Q4 (Nov)

Bug report

When you use the setOptions method on the DateTimePicker, the selected date is lost

Regression introduced with 2024.4.1112

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/RCgGUwDW/9
  2. Open the DateTimePicker to check the selected date
  3. Select the AM checkbox, which will call the setOptions method, and open the DateTimePicker again

Current behavior

The selected date is lost

Expected/desired behavior

The selected date should be persisted

Environment

  • Kendo UI version: 2025.3.812
  • Browser: [all ]
Unplanned
Last Updated: 03 Nov 2025 10:02 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: 28 Oct 2025 14:17 by Anthony
Created by: Anthony
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

When using the raw JavaScript files from the src\src\dist\raw-js folder (included directly via <script> tags), the Kendo UI version (kendo.version) always returns 0.0.0, and the package metadata in kendo.all.js has the version field hardcoded to 0.0.0.

Reproduction of the problem

1. Download Kendo UI for jQuery commercial distribution.
2. Use the files from the following path:
`src\src\dist\raw-js\`

3. Include kendo.all.js (and other scripts) directly in an HTML page using <script> tags.
4. Include a valid license key using:

`KendoLicensing.setScriptKey("your-license-key");`
5. Run the application and inspect the console.

Call: console.log(kendo.version);

Result: The version displayed is "0.0.0".

 

Current behavior

kendo.version returns "0.0.0".

_parsedPackageMetadata in kendo.all.js shows:

version: '0.0.0'


Expected/desired behavior

The kendo.version property should correctly reflect the actual build version (2025.3.1002 in this case).

The PACKAGE_METADATA placeholder should be replaced during the build or distribution process, even in the raw-js folder outputs.


Environment
Kendo UI version: 2025.3.1002
Browser: [all ]

Unplanned
Last Updated: 28 Oct 2025 11:05 by ADMIN

Please make the speech to text button/suffix of a kendo textarea available via mvvm. Also speech to text button to come standard as a tool in the kendo editor.

Unplanned
Last Updated: 24 Oct 2025 07:18 by ADMIN
Created by: FranckSix
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1

When I add a minimum or maximum value to the date picker, the control allows out-of-range dates to be entered until the dateInput option is set to true. At that point, any out-of-range date will be set to either "min" or "max." The change event will not be called for that change.

This would be perfect:

  • The default behavior is to set the minimum or maximum value when the date input value is out of range. It would be nice if this behavior didn't depend on the dateInput option.T
  • Trigger a change event when the control itself sets the minimum or maximum value.
  • Add an option to change the behavior to generate an error on the control when an out-of-range value is entered.
For me, it feels more natural to invalidate the control when an invalid date is entered. This allows me to block the form from being submitted. Setting it to "min" or "max" can bypass end-user oversight, potentially resulting in incorrect date submission.

Note: In some situations, the default behavior of setting it to "min" or "max" can also be useful... but with a change event trigger however!

Unplanned
Last Updated: 22 Oct 2025 17:43 by Gill
Created by: Gill
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi Team,

I would like to request a built in way to add Multi-Filtering for the TreeList/Gantt. Additionally, it would be nice to have an easier way to access the TreeList and its associated FilterMenu events.  

Thank you!

Unplanned
Last Updated: 22 Oct 2025 14:10 by Gill
Created by: Gill
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi Team,

I would like to request a way to configure the planned task items tooltip:

Thank you!

 

Unplanned
Last Updated: 21 Oct 2025 10:45 by Kyle
Created by: Kyle
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

In the Scheduler, if we have a slotTemplate and at the same time views.virtual, the resources().field in the slotTemplate always returns the same value (of the first resource).

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/lJnddiLz

Current behavior

The data-resource='#= resources().user_id #' in the slotTemplate always has the same value.
If the virtual is disabled, the data-resource='#= resources().user_id #' has a value based on the resource.

Expected/desired behavior

The resources should be correctly returned in the slotTemplate even if the virtual option is enabled.

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
Unplanned
Last Updated: 20 Oct 2025 07:02 by Tracy

Bug report

When a DropDownTree is placed in a Kendo Dialog, an alert about 'Blocked area-hidden...' element appears in the console once the DropDownTree is opened.

Reproduction of the problem

  1. Run the Dojo - https://dojo.telerik.com/RyeUSdVM
  2. Open the Dialog and then open the DropDownTree.
  3. Select an item in the DropDownTree.

Current behavior

A warning Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor.... appear

Expected/desired behavior

There should be no warnring about hidden elements in the console.

Environment

  • **Kendo UI version:**2025.3.1002
  • Browser: [all ]
Unplanned
Last Updated: 13 Oct 2025 15:40 by ChenCheng

Bug Report

When using the DatePicker with the Chinese Traditional Microsoft Zhuyin input method, pressing a number key results in the number being entered twice into the input field. This does not occur with standard input methods (e.g., English US). The issue appears to be related to how the input method editor (IME) interacts with the DatePicker's input handling.

Steps To Reproduce
Open the Dojo:
Go to https://runner.telerik.io/fullscreen/YXQqjzdx

Locate the DatePicker:
Click on the input field that opens the Kendo UI DatePicker.

Switch Input Method:
Change your keyboard input method to:
Chinese Traditional - Microsoft Zhuyin Input Method (體中文微軟注音輸入法)

Type a Number:
Press any number key (e.g., 1, 2, etc.) on your keyboard.

Observe the Behavior:
The number appears twice in the input field (e.g., pressing 1 results in 11).

Actual Behavior
Number being entered twice

Expected Behavior
The number shall be entered once

Unplanned
Last Updated: 13 Oct 2025 06:35 by ADMIN

We have noticed a serious performance issue in the TreeList control which I have confirmed in the latest version in this Dojo: https://dojo.telerik.com/aNuKanAG.  This Dojo is a based on the TreeList in-cell editing demo from your website.

  1. Open the Dojo link I provided and Run it.
  2. Open your browser DevTools console so you can see console.log messages.
  3. Navigate to a leaf node of the tree if it isn't already open by default; ex: Daryl -> Guy -> Buffy -> Hyacinth
  4. Click in and out of an editable cell; ex: Ext
  5. Observe the DevTools console where you will see that the 'rendered XXX' text has been written for EVERY CELL in the entire tree.
  6. Expand/collapse the closest parent group
  7. Again, observe that EVERY CELL has been re-rendered

I was trying to figure out if there was any good reason for this.  In the Dojo above all data are nested under a single parent.  So, I created another Dojo but this time there are two  separate parent groups: https://dojo.telerik.com/OcEmAgIz.  This Dojo is based on the Binding to local data demo from your website.

  1. Open the Dojo link and Run it.
  2. Clear the DevTools console so you can see a clean display of results for the next action.
  3. Expand and collapse a child group of Daryl Sweeney.
  4. Observe the console log results: you will see that Dan Sweeney was also re-rendered.

The problem here is that these re-renders are very expensive.  Imagine if the call to console.log was instead something else that might need a bit of computation time to complete.

The simple act of expanding and collapsing a group from an unrelated part of the tree, or simply opening and closing an editable cell should not result in the entire tree being re-rendered.  This is a serious performance issue, and seems completely unnecessary.

 

What I have demonstrated in the Dojos I created is that Kendo is re-rendering the ENTIRE structure. The goal of this feature would be to rerender only the specific cells of the treelist that have been impacted by an edit. 


Unplanned
Last Updated: 10 Oct 2025 17:46 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: ProgressBar
Type: Feature Request
1

Hi Team,

I would to request a built-in property for the status's position.  Currently, it's only available at the end of the ProgressBar, but it would be great to have it in the beginning or center.  

Thanks!

Unplanned
Last Updated: 09 Oct 2025 08:23 by ADMIN
Created by: Mark
Comments: 3
Category: Gantt
Type: Feature Request
0

The Gantt desperately needs a way to position the title somewhere other than inside bar. Other Gantt charts I have used will allow you to place the title to the right of the bar so the title is still displayed in its entirety regardless of the pixel size of the rendered task bar.

Other kendo charts already allow similar configuration options. I have tried using the taskTemplate and css which I can get to show on the screen just below the bar however the title is then not visible in the pdf view.

, taskTemplate: function (task) {
    // move label just below and to the far right of the task bar
    return '<span class="task-label" style="position:absolute; right:0; color:#000;">' + task.title + '</span>';
}

Please advise.

Unplanned
Last Updated: 08 Oct 2025 12:33 by Dominic
Created by: Dominic
Comments: 0
Category: ContextMenu
Type: Bug Report
1

Bug Reports

Issue 1

When using setOptions to change the dataSource for the Kendo UI ContextMenu, the DataBound event fires twice.

Reproducible

  1. Go to this Progress Kendo UI Dojo.
  2. Click the Set Options button.

Current Behavior

The DataBound event calls twice.

Issue 2

If setting the dataBound event during the component's initialization, the dataBound event does not appear to fire.

Reproducible

  1. Go to this Progress Kendo UI Dojo.
  2. Check the console for the "dataBound" log.

Current Behavior

The dataBound event does not fire.

Environment

Unplanned
Last Updated: 07 Oct 2025 12:52 by Gabriel

Bug report

In the Speadsheet, the items of the DropDownButton for the sheet tabs are hardcoded and cannot be translated

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/EtdKrzwo/2
  2. Click the DropDownButton for the Food Order sheet

Current Behavior

The DropDownButton's items are not translated

Expected/desired behavior

The DropDownButton's items are not translated

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: all
Unplanned
Last Updated: 07 Oct 2025 05:31 by Daniel
Created by: Carlos
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6

Enhancement

Currently the dialog action buttons can not hold only icons, the API does not provide means to have a button with only an icon or an icon and text. Considering the aforementioned we should extend the API to allow adding of icons inside the action buttons.

1 2 3 4 5 6