Declined
Last Updated: 30 Jun 2021 12:45 by ADMIN
 I would like to see away to cross reference releases to the API docs.  So when a new method, property, etc. becomes available for a control or framework, I can see what release it was associated with.  This will permit me to upgrade apps to specific versions. Or during an update, I can see where a breaking change occurred.  I'm sure lots of other benefits could come from that.
Unplanned
Last Updated: 23 Jan 2020 11:09 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The Detailed description In:
https://github.com/telerik/kendo-ui-core/issues/3903


Bug report
Currently, DataSource bound Spreadsheet throws "Unsupported for multiple ranges" error when attempting to delete the content from multiple not adjusted cells.

The error is thrown by the values() method:

values: function (values) {
    if (this._ref instanceof UnionRef) {
        throw new Error('Unsupported for multiple ranges.');
    }
    if (this._ref === kendo.spreadsheet.NULLREF) {
....
Reproduction of the problem
Go to the DataSource Binding demo;
Select a few cells using the Ctrl + click;
Press Delete button on the keyboard;
"Unsupported for multiple ranges" error will be thrown from the values() method;

This bug has not been resolved in Version 2018.3.911. 

Declined
Last Updated: 04 Aug 2021 07:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I could attach a screen shot of this, but there doesn't seem to be a way to attach anything.
Under Review
Last Updated: 15 Jul 2021 07:33 by ADMIN
Created by: Adam
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be nice to know what version a function or method was released in. Please add the version to the documentation so users can easily understand if the function is available in the version they are using.
Declined
Last Updated: 04 Feb 2022 09:38 by ADMIN
Created by: Warner
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
There is s set precedence among many of your Kendo UI controls in providing a tool tip option, yet the NumericTextBox is not one of them. 
Completed
Last Updated: 17 Feb 2022 11:56 by ADMIN
Created by: Warner
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Radio buttons fire events and web developers rely on these events to capture data or initiate a process. I fail to understand why something so basic to a control is overlooked, yet you provide this functionality to most of your other controls. 
Unplanned
Last Updated: 27 Nov 2019 08:55 by ADMIN
Created by: Winanjaya
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
it's looks nice if we have an option to move chatbot image to either on first or last of message for multiple messages (currently the chatbot image located on the last message)
Unplanned
Last Updated: 22 Jan 2020 09:54 by ADMIN
Created by: Kasim
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
In some specific cases, it is required to show a bubble within a bubble in the Bubble chart. This is required to demonstrate some specific property within the bubble.
e.g.
The bubble position shows which project.
The bubble size demonstrates projects size with respect to the program.
The bubble within the bubble shows the current progress of the project.
Unplanned
Last Updated: 14 Mar 2024 23:51 by Holger
When using a grid against a large table with server side filtering (ToDataSourceResult)

ToDataSourceResult builds a SQL query that converts the search string to UPPER() and therefore prevents the database from using its indexes. As SQL comparison is case insensitive that LOWER() is unnecessary.  

As we have may grids where this is an issue it would be time consuming to build out manual filters for each grid instead of using ToDataSourceResult

This was discussed here and there was no solution at the time:

https://www.telerik.com/forums/grid-filtering-on-text-using-lower-in-sql

I would liek to request an option to tell ToDataSourceResult() not to use LOWER() in the sql?

See ticket #1339310
Under Review
Last Updated: 18 May 2022 12:01 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 17 Feb 2022 11:48 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Displaying multiple columns on vertical resources on kendoscheuler resources.
Under Review
Last Updated: 17 Feb 2022 11:44 by ADMIN
Currently, when all are enabled, it's impossible to scroll, because either multiselect starts or drag&drop. Tested on iPad OS X 11.4
Unplanned
Last Updated: 17 Feb 2022 11:41 by ADMIN
Created by: Christopher
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 18 Feb 2022 06:28 by ADMIN
Created by: Troy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Any widget with the Template property should have a TemplateUrl property which allows the markup to be placed into an external html file similar to TemplateUrls in AngularJS components.
Unplanned
Last Updated: 03 Feb 2022 12:23 by ADMIN
Created by: jay
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
kendo MediaPlayer should allow set playback rate, allow user increase/decrease playback rate.
Completed
Last Updated: 03 Feb 2022 12:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Like the event parameter of series.markers.visual contains the according dataitem the event parameter of series.labels.visual should do so aswell.
Unplanned
Last Updated: 27 Sep 2023 16:47 by Victor
Created by: Josh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
Currently the media player only supports YouTube and local media files. In think it would benefit from supporting other media providers such as Vimeo and Metacafe.
Completed
Last Updated: 25 Jul 2022 16:09 by ADMIN
Created by: Da
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
21

Please support API access for private NuGet feed. It is more friendly to build servers and avoids user information leaking.

---

ADMIN EDIT

Update from 1 Mar 2021 - At the moment we are looking at providing certificate-based access - a relatively new feature that seems to be the current best practice (issue, PR). While it does require a little bit of setup, it does not expose secrets in the URL, and does not require user credentials.

---

Completed
Last Updated: 26 Jul 2021 07:15 by ADMIN
Created by: Reinier
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Could be added to the combobox the pagination funtionality like Sencha Extjs library
Unplanned
Last Updated: 22 May 2020 09:05 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
I would like the additional barcode added.

https://en.wikipedia.org/wiki/Data_Matrix

A Data Matrix is a two-dimensional barcode consisting of black and white "cells" or modules arranged in either a square or rectangular pattern, also known as a matrix.