Declined
Last Updated: 20 Nov 2014 18:59 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Native mobile controls can show small clear icon which is shown only when something is typed in the input control (see address bar or search bar in iOS). Some sites (e.g. google.com) also implement this behavior.
Please add this behavior to Kendo input controls. For example, it can be activated by data-clearable attribute or something like this.
Declined
Last Updated: 23 Sep 2021 11:11 by ADMIN
Created by: SWAT
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
When loading a remote view on a large project project, i would love to have the option to load the view css only when needed instead of loading each and every css in the main app page.

Thanks,
ilan,
Declined
Last Updated: 19 Jul 2013 17:47 by ADMIN
Created by: Jason Feng
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 12 Jun 2013 23:15 by ADMIN
Created by: Vera
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 23 Sep 2021 11:10 by ADMIN
Created by: Johan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Make auto complete also available in Eclipse. It would be very nice that we could use Kendo UI in the Eclipse IDE and have auto complete working just as easy as in VS201x.
A lot of Java development is done in Eclipse. So did I with JAX-RS (Restful WS) and Kendo UI Web and mobile. But coding JS with Kendo UI in Eclipse is like coding with notepad.
Completed
Last Updated: 10 May 2016 15:44 by ADMIN
In case there are a couple of opened modal windows(win1, win2, win3, win4) after destroying one that was closed(win5) – two next in chain(win3 and win4) becomes enabled, instead of only the last one(win4).

I’ve analyzed the code of method kendoWindow.destroy and found following lines 

if (shouldHideOverlay) {
    that._overlay(false).remove();
} else if (modalWindows.length > 0) {
    windowObject(modalWindows.eq(modalWindows.length - 2), that.options.name)._overlay(true);                 
}

It seems that line 
modalWindows.length - 2 
should be changed to
modalWindows.length - 1
as modalWindows holds currenlty opened windows, and overlay should be turned on for the last one.
Completed
Last Updated: 20 Nov 2014 18:58 by ADMIN
Created by: Joshua
Comments: 8
Category: Kendo UI for jQuery
Type: Feature Request
70
Currently templates are only supported when the DropDownList is in an open state.  Ideally, the DropDownList should have the ability to display a template when in a closed (selected) state as well.

A common use case is to display icons next to the dataTextField.  However in it's current state, when an item is selected the icon is no longer able to be displayed.
Completed
Last Updated: 17 Jul 2014 15:05 by ADMIN
This will allow developers to customize the speeds of the views for any particular need and also to make it look even more native between devices.
Declined
Last Updated: 10 May 2013 15:13 by ADMIN
Created by: Francisco Javier
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 08 Feb 2013 14:10 by ADMIN
Created by: Maurizio
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I suggest develop a wigdget for Calendare (like Google Calendar or this http://arshaw.com/fullcalendar/)
Unplanned
Last Updated: 24 Aug 2021 13:26 by ADMIN
Created by: Timothy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Often when you get a plotAreaClick, a specific dataItem is highlighted with a tooltip showing.

When this happens, if you click on the plot area, but miss the actual data point, I would like to execute code like if seriesClick was triggered.

Example: in my tooltip I tell people to "Click to search", which opens a dialog with extra information about that data point. This works great in my seriesClick handler, since I can access the data point. If they miss the point, it triggers a plotAreaClick. They still see the tooltip for the item, but I can't open the search as I don't know which dataItem is current.

An alternative solution would be to expose whichever dataItem is currently responsible for the tooltip.
Completed
Last Updated: 15 Nov 2016 13:09 by vikash
 when i try to drag and drop the treeview nodes from top of the treeview to the bottom (last node) of the treeview,while dragging, the window does NOT scroll automatically.
Scroll bar should automatically scroll to the draging direction
Declined
Last Updated: 24 Aug 2021 13:20 by ADMIN
Created by: Amrinder
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Support for more styling options for labels, for example, ability to add "text-decoration" to make the label look like a hyperlink.
Declined
Last Updated: 10 May 2013 15:20 by ADMIN
When working in a team based setting where you have developers and functional specification owners what is your approach? Is there anything available in Kendo UI that allows groups to collaborate on UI concepts before the first line of code is written? How does one offer feedback? Kendo sounds like its a development platform but where is the UI ideation taking place to firm up what the product will provide while giving an early stage visual tease? These would be tools that specification owners could use to flesh out the functionality. 

So my question is how do you guys do this in your shops?
Completed
Last Updated: 20 Nov 2014 18:58 by ADMIN
Created by: Nandeeswar
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
Completed
Last Updated: 03 Apr 2014 12:08 by ADMIN
Created by: Patrick
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
5
Step-functionality on Major Ticks? On a LineChart I use the "categoryAxis.labels.step"-functionality so not all labelsare displayed, is it possible to display only those Major Ticks in the CategoryAxis where a label is displayed?  

Declined
Last Updated: 12 Jun 2013 23:13 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
All the ticks inside the range can be the same color of range
Completed
Last Updated: 20 Sep 2021 11:18 by ADMIN
Created by: Michael Sogos
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Hi,

We are working with HTML 5 and using KendoUI we noticed that many control (specially with popup like dropdown, etc.) are not compatible with HTML Responsive technique.

What we want is that a dropdown, when see into a smartphone browser, use standard mobile input control and not a styled overlay popup.
Completed
Last Updated: 17 Jul 2013 19:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add a toolbar button that removes all formatting from the selected text.
Declined
Last Updated: 13 Jun 2013 18:26 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Allow to customize and define what html attributes to be rendered as part of the LI elements of the navigation widgets.