Unplanned
Last Updated: 06 Jan 2026 19:21 by Monica
Created by: Monica
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

While I understand there are release notes and breaking changes, I would like to request you consider adding some version information to the documentation.  This would help identify when certain features were introduced.  

Thank you!

 

Pending Review
Last Updated: 06 Jan 2026 13:37 by Rick Kauwen
Created by: Rick Kauwen
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0
When the inline editor looses focus, the selection is cleared. Internal the selection is kept in property selectionRestorePoint. It would be nice if that selection would be visible if the editor has no focus.
Unplanned
Last Updated: 16 Dec 2025 12:45 by Michael
Provide a mechanism for disabling automatic recalculation of formulas in cells. In order to augment the widget when a large portion of sheets are and cells are rendered.
Planned
Last Updated: 15 Dec 2025 14:08 by ADMIN
Scheduled for 2026 Q1 (Feb)
Created by: Carlos
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7

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.

Unplanned
Last Updated: 12 Dec 2025 07:01 by ADMIN

The TileLayout is a great way to show data in a dashboard, but lacks a dataSource to allow dynamic generation of them. I have had to create a custom extension that introduces a dataSource, which then utilises `widget.setOptions({ containers: items })`. But this puts too much reliance on custom code and is a worry that it will break between version upgrades. Also, editing one container doesn't allow the refreshing of one tile; I need to reset the whole lot using `setOptions`.

Adding, editing, resizing, and re-ordering are also difficult to implement for a tool that has huge potential.

Completed
Last Updated: 10 Dec 2025 12:42 by ADMIN
As per the .NET format support shown here:
http://stackoverflow.com/questions/11731996/string-format-numbers-thousands-123k-millions-123m-billions-123b

And here:
http://msdn.microsoft.com/en-us/library/0c899ak8%28v=vs.100%29.aspx#SpecifierTh

123456789.ToString("#,##0,") will return "123,457".
123456789.ToString("#,##0,K") will return "123,457K".

kendo.format("{0:#,##0,", 123456789) will return "123,456,789".
kendo.format("{0:#,##0,K", 123456789) will return "123,456,789K".

As per the .NET standard, each trailing comma will round off 3 digits, so 123456789.ToString("#,##0,,M") will return "123M".
Unplanned
Last Updated: 04 Dec 2025 13:43 by ADMIN

Hi Telerik Team,

I’m using Kendo UI version 2022.3.1109 with jQuery, and I have implemented a Kendo UI ImageEditor in my application. I would like to restrict the allowed file types when users open an image from their device.

Goal
I want the ImageEditor to accept only a specific set of formats:

  • .png
  • .jpg/jpeg
  • .webp

Current Behaviour

When the user clicks the Open tool inside the Image Editor:

  • It allows all file types, including unsupported ones
  • There is no configuration option like the accept attribute available in Kendo Upload

    I checked the documentation but could not find any built-in way to filter file types for the ImageEditor Open dialog.


Regards,
Amit

Unplanned
Last Updated: 03 Dec 2025 20:11 by Ralph
Created by: Ralph
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to request a chart which visually displays workflow data similar to a Gantt chart but in pivoted form.  


Thank you!

Completed
Last Updated: 21 Nov 2025 12:13 by ADMIN
Release 2016.Q1
Created by: Stuart
Comments: 47
Category: Grid
Type: Feature Request
315
The grid has a number of built in filters, what is not supported is searching for cells that have no value or some value (i.e. NULL or NOT NULL).
This would be a very useful addition.
Unplanned
Last Updated: 18 Nov 2025 14:39 by Mark
Created by: Mark
Comments: 0
Category: Editor
Type: Feature Request
1

Currently, Kendo UI for jQuery components rely on innerHTML and direct DOM manipulation throughout their internal implementation. This occurs in multiple components.

Thus, when "require-trusted-types-for 'script';" is included, errors such as - `This document requires 'TrustedHTML' assignment. The action has been blocked.` and `TypeError: Failed to execute 'write' on 'Document': This document requires 'TrustedHTML'`appears on the page.

I would like to request Trusted Types Support for Kendo UI for jQuery components.

Unplanned
Last Updated: 18 Nov 2025 14:15 by Pavani
Created by: Pavani
Comments: 0
Category: ArcGauge
Type: Feature Request
1

Hi Team,

I would like to request a preview above the Kendo UI ArcGauge to show the potential colors similar to the appearance of the RadialGauge.  

Thank you!

Unplanned
Last Updated: 17 Nov 2025 16:56 by Pavani
Created by: Pavani
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to request a built-in way to set a gradient area between line series.  

Thank you!

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: 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: 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: 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. 


1 2 3 4 5 6