Completed
Last Updated: 10 Sep 2021 06:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
Reduce use of the 'any' type in kendo.all.d.ts and use Union types implemented in TypeScript 1.4

Example:
- Before:
  
    interface GridColumnFilterable {
        ...
        ui?: any;
        ...
    }
    
- After:
    
    interface GridColumnFilterable {
        ...
        ui?: string | GridColumnFilterableUIEvent;
        ...
    }
Completed
Last Updated: 14 May 2021 10:37 by ADMIN
Created by: Ahmed
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
powerful visual app builder Like Sencha Architect for Ext JS
Completed
Last Updated: 17 Jul 2014 14:29 by ADMIN
Created by: johaswe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
I suggest that you implement a Waterfall/flying bricks Chart type.
Completed
Last Updated: 20 Jan 2022 12:36 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
some time we need to looking up in folder 
On telerik ASP.NET is call FileManager
We just need function like :http://elfinder.org/

Thanks
Completed
Last Updated: 20 Nov 2014 18:09 by ADMIN
Created by: Rob
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
It would be nice to have built-in support for a row details feature in the Grid similar to the Telerik Silverlight GridView.  http://demos.telerik.com/silverlight/#GridView/RowDetails
Completed
Last Updated: 11 May 2016 07:08 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
Elements for trivial 2 choice radio buttons like show/hide, Yes/No, etc... Of course i can use radiobuttons but for this trivial task somethong like iPhone on/off button would be more intuitive. 
Completed
Last Updated: 20 Sep 2021 14:02 by ADMIN
There are many properties that can be set during initialization that cannot be changed through the API afterwards.

Take the Kendo UI ToolBar for example. You can add a button to the toolbar and set the text, but you cannot change the text afterwards unless you update the element directly. It may seem like a simple thing to change the text of an element, like so: $("#myButton").text("New Text"). However, if you had set the imageUrl as well, setting the text like I did above would remove the image. Knowing that, you could get the text node and update the nodeValue. That may work today but could easily be broken during a Kendo UI update (for example, if the update included a change that wraps the text in a span).

Having to deal with native elements after they have been created by the Kendo UI components is a dangerous practice for developers as it requires an internal knowledge of how elements are rendered based on the different options set. As mentioned above, it is also dangerous as any update could break our code. Therefore, it is imperative to expose methods that allow us to modify any properties through the API (where possible) to allow us to create clean and easy to maintain code.

If you search the feedback, you will see many requests to add a method here and a method there. There is even a related one to this called "Kendo Mobile: Methods to set properties dynamically".

Suggestion: When you have child elements, such as buttons on the toolbar, please allow us to update those widgets directly rather than through the parent. For example, instead of $("#myToolbar").data("kendoToolBar").enable("#myButton"), allow us to do something like this $("#myButton").data("kendoToolBarItem").enable();
Completed
Last Updated: 20 Nov 2014 18:18 by ADMIN
Created by: Yvan
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
8
Or more flexible:

Allow developers to handle user's click on a DataViz legend item.

And provide the possibility to set/reset the visibility of a DataViz serie not only his opacity.
Completed
Last Updated: 20 Nov 2014 18:24 by ADMIN
Created by: Ashwat
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
Support for spline chart type
Completed
Last Updated: 22 Nov 2013 16:30 by ADMIN
Created by: Erik
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
8
Development of a Kendo IDE

Has Telerik/Kendo plans to develop its own IDE?  A Wakanda-like IDE, with both design and source mode possibilities, would be very welcome and will give Kendo a real (commercial) boost!
Completed
Last Updated: 12 Jan 2024 09:40 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Srinivas
Comments: 13
Category: Kendo UI for jQuery
Type: Feature Request
8

Hi Telerik Team,

We are using latest version (2022.1.412) of the Kendo jQuery tool set. The latest version of Kendo jQuery is using one of the older version of jszip 2.6.1, which is being tagged a vulnerable by our scanning tool. Can you please upgrade the version of jszip in your latest Kendo jQuery (KendoUIProfessional and Telerik.UI.for.AspNet.Mvc5)  

Completed
Last Updated: 23 Jan 2020 09:32 by ADMIN
Created by: Matt
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
8
Please ensure when altering the treeview (adding checkable items) that it supports multi level and tri state parent nodes (shows as partially selected when not all child nodes are selected)
Completed
Last Updated: 04 Feb 2021 14:05 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
You should be able to define a row template which uses the field templates. E.g. Define a Row wrapper and Column wrapper, so that kendo would automatically use the field template.
Another option would be to define an variable, which you can use to call the field templates.
Completed
Last Updated: 20 Nov 2014 18:46 by ADMIN
Created by: Joshua
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
7
Have a way to remove padding from the Kendo Chart. For asthetic purposes some charts need to fill the entire area. Currently all of our area charts just have a straight line that comes up out of the x-axis and it looks like garbage. we need a way to remove the space from where the chart area starts and stops and where the actual area chart is contained. It should also be noted that both high charts and jqueryui charts can do this. Most people purchase kendo so they can have a consistent toolset.
Completed
Last Updated: 20 Nov 2014 18:46 by ADMIN
Created by: Radoslav
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
7
Didn't found Icenium UserVoice, so i am posting this here.

Support for third party plugis for PhoneGap (Which are JavaScript wrapper and Native code (Java/Objective C) for the targeted platform)

For example, if a user wants to use native Facebook login in his hybrid application, he has to use this plugin - https://github.com/davejohnson/phonegap-plugin-facebook-connect which requires some tweaks in the native code.

Without phonegap plugins, Icenium will fall behind the standart dev stack.
Completed
Last Updated: 23 Mar 2012 16:42 by ADMIN
ADMIN
Created by: Todd
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
To make it easier to add Kendo UI to a project, create a Ruby Gem package.
Completed
Last Updated: 20 Nov 2014 18:46 by ADMIN
Created by: Imported User
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
7
In the NumericTextBox typing the character "-" is not allowed meaning that the user can not directly type a negative number.  The only way for a negative number to be specified is by clicking the down arrow to progress below 0 to get the dash to show up.
Completed
Last Updated: 20 Nov 2014 18:09 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
The seems to be some general usability issues with some aspect of most of the controls when used on the iPad. For instance the combo box shows the drop down twice on focus and then shows the keyboard, which then does not hide again.

You cannot scroll the grid it scrolls the page, little things like this make what could be fantastic a bit frustrating.


Completed
Last Updated: 07 Jan 2016 17:27 by ADMIN
Created by: Mathieu
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Use checkboxes besides the dynamically created items in the legend of the chart without defining a custom legend.

Please see the attached image here :
http://www.telerik.com/forums/can-i-use-checkbox-on-dashboard-tip
Completed
Last Updated: 27 Feb 2015 21:21 by ADMIN
Created by: Tony
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
Addition of the Rich Editor similar to what is found in ASP MVC controls in Telerik