Declined
Last Updated: 18 Sep 2026 16:50 by Lee
In a scenario where the autoAdjust option of the DatePicker is enabled and there are min/max restrictions configured, when the user enters an invalid date, the date in the input field will be auto adjusted to the closest valid date, but the actual value will be null. The value should match what is displayed in the input field.
Declined
Last Updated: 18 Sep 2026 15:40 by ADMIN
Created by: RealTime
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way/demo to have AutoSync for the dataSource and be able to stay in edit mode in the Kendo UI Grid. 

Thank you!

Declined
Last Updated: 18 Sep 2026 15:39 by ADMIN
When using the workWeek view with workWeekStart set to a higher value than workWeekEnd (e.g., 6 to 5), the scheduler calculates a work week that does not include the current day. As a result, clicking the "Today" button may not display the actual current date if it falls outside the computed work week range. Instead, the scheduler navigates to the work week defined by the configured start and end days.
Declined
Last Updated: 18 Sep 2026 15:31 by ADMIN

Hi Team,

I would like to request the Kendo UI Grid's navigation should focus on the <tr> element instead of the cell for a true row-level keyboard interaction.  

Thank you!

Declined
Last Updated: 18 Sep 2026 15:17 by ADMIN
Created by: TafnitDev
Comments: 1
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to be able to pass a string value to a numeric column without schema.parse or changing the model to object.  This would allow us to use all sorts of functions/behaviors related to the number type (filtering, editing, etc.).  

Thank you!

Declined
Last Updated: 18 Sep 2026 14:52 by ADMIN

Currently, when Chrome Translate is activated and the user presses 'Enter' key in the Editor, the text is translated.

Also, when Translate is enabled and the user types fast, some characters disappear, as Chrome rewrites the inner text of elements. I know that this can be controlled by adding a translate attribute.

However, I would like to have the option to control this by the built-in Editor configuration options (for example, translate: false).


Declined
Last Updated: 18 Sep 2026 14:44 by ADMIN
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.

Declined
Last Updated: 17 Sep 2026 13:20 by ADMIN
Created by: Software
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request the functionality to be able to export (an) Excel file(s) with the built-in Kendo UI API into a ZIP file. 

Thank you! 

Declined
Last Updated: 11 Sep 2026 07:40 by ADMIN
Created by: KM
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Declined
Last Updated: 10 Sep 2026 15:17 by ADMIN

As of today, the Datasource seems to be fully compatible with OData-v4, however, when server-side grouping and aggregation is enabled, we still need to provide a parametermap to correctly encode the group[] and group[aggregates[]] into the URL.

The OData specification should be followed and the URL build by the Datasource when the type is set to "odata-v4":

$apply=groupby((Field1, Field2))

or

$apply=grouppy((Field),aggregate($count as CountField))

thus saving the developers from providing their own encoding implementation.

Declined
Last Updated: 08 Sep 2026 11:10 by ADMIN
Created by: Kenji
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
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!

  
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.

 

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.

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

Declined
Last Updated: 27 Aug 2026 13:56 by ADMIN

When adding a command to a column, passing the command options via an array or not makes a difference only for the visible option of the command. See DoJo:
Kendo UI Snippet | Kendo UI Dojo (telerik.com)

All options for command work both with and without the array, except the visible function. 

Declined
Last Updated: 27 Aug 2026 13:30 by ADMIN
Created by: Sarah
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2

I would like be able to have a vertical scrollbar on a kendo grid without enabling horizontal scrolling.

Currently when the scrollable feature is set to true, scrolling is enabled for both horizontal and vertical.

I would like to see something like:

scrollable:{ vertical : true, horizontal: false }

Can that be done?

Thank you!

Declined
Last Updated: 27 Aug 2026 12:01 by ADMIN
Created by: ecobite
Comments: 1
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!

  
Declined
Last Updated: 27 Aug 2026 12:00 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.

1 2 3 4 5 6