Completed
Last Updated: 04 Sep 2026 15:34 by ADMIN
Created by: Nick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I'd like to request a tool which can parse an Excel File to JSON easily.  

Thank you!

Completed
Last Updated: 04 Sep 2026 15:27 by ADMIN
Created by: Austin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

For the Kendo Filter widget, being able to filter the list of fields in the dropdown list would be useful for longer lists and an event to see when the user added or removed a filter condition to manually set any other options for these lists. I have modified your sample filter in the browser console to add the filter to the dropdown in the screenshot here.

Need More Info
Last Updated: 04 Sep 2026 15:17 by ADMIN
Created by: Brian Mains
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently the Kendo AutoComplete only gives you the selected value, even though it received from the server a more detailed dataset.  The autocomplete really should be expanded to exposing the selected text and value, as well as expose the original data item that was selected; that way, the developer can access a lot more data from the control within the context of the change event.
Declined
Last Updated: 04 Sep 2026 15:01 by ADMIN
Created by: Kenji
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Completed
Last Updated: 04 Sep 2026 14:56 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
If the drawTabularData function could support grouping, that would be great. Right now, when I group a Grid by a column and then use drawTabularData to export the Grid data to a PDF, the table in the PDF is blank -- it has the right number of columns, but the rows are empty. I'd really appreciate it if this worked, so that users could have the full ability to export a PDF of the data exactly as it looks in the Grid.
Completed
Last Updated: 04 Sep 2026 14:47 by ADMIN
Created by: Bob
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
Similar to the Funnel chart, some chart libs also offer a Pyramid Chart. We are also interested in the Pyramid.
Completed
Last Updated: 04 Sep 2026 14:46 by ADMIN
Created by: Christopher
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 04 Sep 2026 07:42 by ADMIN
Created by: faris
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
0

This dashboard layout quite exciting.

please refer this url

click here

 

easy to do our own Analytic dashboard

Unplanned
Last Updated: 04 Sep 2026 05:46 by Fajleabbas
Created by: Fajleabbas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request the sv-FI and da-DK culture files to be updated - specifically the date format "d".  Using .NET, the culture file does not match CultureInfo(For example, sv-FI):

| Environment              | Culture | Short Date Format |
| ------------------------ | ------- | ----------------- |
| .NET Framework 4.8 / NLS | `sv-FI` | `dd-MM-yyyy`      |
|  Kendo UI 2026           | `sv-FI` | `dd-MM-yyyy`      |
| .NET 8/10 / ICU          | `sv-FI` | `yyyy-MM-dd`      |
Please update the format to 'yyyy-MM-dd' in the Kendo UI Culture file.

Thank you!

Declined
Last Updated: 03 Sep 2026 15:33 by ADMIN
Created by: Vaclav
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request that Kendo UI adds Data Matrix codes to the Kendo UI Library. 

Thank you!

  
Unplanned
Last Updated: 03 Sep 2026 15:32 by ADMIN
Created by: Aleksandr
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1

basically based on (it will work till you change the font size settings in the browser (chrome://settings/appearance -> front size), it will lead to )

https://www.telerik.com/forums/image-only-on-command-buttons

and (without text, but without tooltip too)

http://dojo.telerik.com/@Iliana/aJeme

would be great to have such buttons out of the box

 

 

 

Declined
Last Updated: 03 Sep 2026 15:25 by ADMIN
Created by: Francis
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
31

https://svelte.dev/

Looks to be so much better than React.

 

Completed
Last Updated: 03 Sep 2026 15:25 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

The scheduler is either editable or not. And deletion events are either allowed or not. This isn't a black and white thing. Consider employees at a store. They can see each other's events for scheduling but they are only allowed to modify their own events. So I want editing and deleting enabled but conditionally.

In my case I hook into the databound event and I add a class "nodelete" on events that cannot be deleted. Then I have CSS that hides the "X" button on hover and I block the edit window from appearing.

However, the keyboard still prompts for a deletion. I think there should be some function for whether an event is editable. That, or an event should fire before the deletion prompt so I can stop it from occurring.

Here's a hacky work around. I don't like accessing properties starting with underbar as they are considered private and subject to change but I don't see a better way.

Declined
Last Updated: 03 Sep 2026 15:19 by ADMIN

Require an Editor method to provide the cursor position as an integer representing the offset of the current cursor position from the start of the document with respect to the text displayed in the editor.

For example consider an editor displaying 'This is text content'. The underlying html will be <p><span>This is text content</span></p>. When cursor is placed after 'text', I would like to obtain the cursor position as 12 i.e. the offset based on the text displayed irrespective of the underlying html.

Completed
Last Updated: 03 Sep 2026 15:17 by ADMIN
Created by: Andrew
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
I would love it if I could add a header to the PDF when using drawTabularData. I'd like to add some header information (e.g. some text above the table) describing what the PDF contains. Ideally this would repeat on each page of the PDF.

For context, I'm using drawTabularData to export data from a Grid component to PDF in a way that supports horizontal page splitting (column splitting).
Won't Fix
Last Updated: 03 Sep 2026 14:59 by ADMIN
Created by: Jonas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Good morning,

currently the compatible JQuery versions are only listed in this article: https://docs.telerik.com/kendo-ui/intro/supporting/jquery-support.

Most of the time also with great delay (as of today: 3 versions behind)

Would it be possible to include the compatible versions directly into the Release Notes of new versions?

This way we can safely upgrade JQuery along with new Kendo UI Releases.

Declined
Last Updated: 03 Sep 2026 11:10 by ADMIN
Created by: Lee
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
0
Please create a new widget or modify the existing dropdownlist component to allow the user to make more than one selection. The existing multiselect component is not sufficient in that it cannot be modified to look and operate like the dropdown list. This confuses users and makes the controls in a form feel like they came from two different libraries. The major difference is the placement and appearance of the search. In the dropdown list, the search is inside of the list and always 100% width. In the multiselect the search is invisible and inside the selected values box. Our clients are requesting a new tool where the search in the multiselect looks and operates like the search in the dropdownlist and have gone as far as to ask us to ditch Kendo UI for another library.
Completed
Last Updated: 27 Aug 2026 14:37 by ADMIN
Created by: Dion
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Implement logic that handles Anti-CRSF tokens in kendo.all.min.js, in order to avoid triggering security alerts when testing for security compliance (e.g., with OWASP ZAP).
Completed
Last Updated: 27 Aug 2026 14:31 by ADMIN

Hi Support,
I have some issues with the copySelectionToClipboard Method for the Grid widget

In the first one, the copy function of the table seems to have a problem with locked columns. In the dojo of the first problem the table headers are displayed shifted.

Secondly, grouped table headers are not copied. To see in the second dojo.

Lastly, it should be mentioned that the definition for the copy method is not included in the kendo-ui npm packet

Problem 1:
https://dojo.telerik.com/OBOQemUm

Copy result in Excel:

Problem 2:
https://dojo.telerik.com/OBOQemUm/2

Copy result in Excel:

 

Best regards,

Jonas

Declined
Last Updated: 27 Aug 2026 14:02 by ADMIN
Created by: Steve
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2

A widget that can handle international phone numbers with a good level of parsing, validation and formatting capabilities will be most valuable.

libphonenumber, a mature phone number library, already exists with numerous ports - maybe this can also be used by Telerik.

Widgets - like the javascript plug-in intl-tel-input - may already exist, but can take extra work to integrate smoothly with Kendo UI components.

1 2 3 4 5 6