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.
Unplanned
Last Updated: 08 Apr 2021 10:01 by ADMIN
Created by: Joel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
11
You can currently set series labels to position "center" on the pie chart to get them to render on the slices, but sometimes slices are too small to contain these labels. It would be great if there were an option for the chart to detect when a slice is too small and render the label outside the chart, while still rendering labels on pie slices that are big enough to contain them.
Unplanned
Last Updated: 24 Jan 2020 12:20 by ADMIN
Created by: Steve
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
11
When a user downloads a custom build from http://www.telerik.com/download/custom-download, provide a URL that the user can bookmark/save then use to go back to the custom build page with the same components checked and same kendo version selected.
Unplanned
Last Updated: 26 Aug 2021 10:35 by ADMIN
Created by: Harry
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
11
I'm going to explain this in a number of different ways just to help clarify what I'm asking for: 1) When exporting Kendo grid to Excel, add support for setting the cell comments. 2) Please add support for a "comment" property to sheets.rows.cells. The value of the "comment" property would be used to set the cell comment in the generated Excel file. 3) In the link below, there is support for sheets.rows.cells.format. Add a similar property named sheets.rows.cells.comment that is used to set the cell comment in the exported Excel file. http://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook.html
Completed
Last Updated: 27 Jul 2021 07:58 by ADMIN
Created by: SquadWuschel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
11
Dropdown with Multiselect ability and no linebreaks when too many Items are selected just a simple ellipsis at the end.

like this:

https://1drv.ms/i/s!AmJX2ntYnv7IjbB0bGq-wscoFknbRA
Completed
Last Updated: 20 Nov 2014 18:12 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
10
Hello.
Congrats for this amazing framework to all webdev..
I was searching in the demo some features like forms (contact, validations fields, etc), but i cant see it.
is there some forms html5 based to start with kendo ui ?

thanks a lot!
Completed
Last Updated: 20 Nov 2014 18:16 by ADMIN
Created by: IKKI
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
10
Just like jqGrid~ and user can chioce which col can be hide~
Completed
Last Updated: 07 Apr 2014 08:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
Should be able to enable and disable switch.
Completed
Last Updated: 20 Nov 2014 18:56 by ADMIN
Created by: David T.
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
10
Allow pinch to zoom images to start zoomed out.  The "pinch to zoom" feature demonstrated at  http://demos.kendoui.com/mobile/view/zoomable.html is useless for most practical applications.  Go to the camera app on your phone and look at photos you took - they start zoomed out and then you can zoom in on them if desired.  If you had to zoom each one out to look at it, that would be incredibly obnoxious.
Unplanned
Last Updated: 06 Apr 2021 13:16 by ADMIN
Created by: Alex
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
10
I would like to be able to configure a tooltip to be shown if the user hovers over an x-axis category. I would also like it to be dynamic based on the category. 

My use case is each x axis category represents a flight, to keep the label succinct I use the flight number, however it would be good if the user could find out more information about the flight such as the date, departure, destination etc.

Currently I put this information in the tooltip for the data series, but when I show multiple data series this text looks out of place and also makes it harder to see the data relating to the data series point.
Unplanned
Last Updated: 22 Jan 2020 08:43 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
10
should have a basic component for split button
Duplicated
Last Updated: 01 Jul 2021 11:53 by ADMIN
Created by: Franck
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
10
Please see http://dojo.telerik.com/uSaq/3 When you click on the "reload" button, the gauge always animates from 0 to the given value.

We would like to animate the gauge between current and next value, without jumping to 0.

(related to support ticket : http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=892750 )
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Roman
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
Wondering why there still no feature request open about this, but here we go.

Add RTL support for mobile widgets. RTL it currently supported throughout Kendo UI Web, but not in Kendo Mobile.
Mobile Drawer should slide from the right, Mobile ListView currently has issues etc.
Completed
Last Updated: 20 Nov 2014 18:09 by ADMIN
Created by: Glenn
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
I think there is a real need to try and get the ui feeling much more like a desktop app with regards to how data is added to a grid - I have always found the Telerik Ajax grid to be overly cumbersome for entering new rows of data. There needs to be a fluent approach to this  where by tabbing through all of the columns in the last row in the grid it should add a new row that can quickly be updated again via tabbing - much like win form controls; the aim should be speed and ease of use.
Completed
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
Almost all data drive UI needs a simple pagination control.  I've seen other requests ask for other controls to have pagination (like grids) but I just want a properly styled pagination control that could be used to either control another UI control (grid, table, etc) or simply just be hyperlinks.  
Completed
Last Updated: 14 May 2021 10:55 by ADMIN
Created by: Aaron
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
I'm building an app that is using DataViz for charting but there are scenarios where it's possible to *not* have any data returned to map out in the chart.

I'd like to be able to:
- Set an X and Y axis value so the plot area is displayed
- Provide either a message, a function or a DOM element which will be displayed over the chart

Here's a snippet of how I think the API could expose it:

$('#chart').kendoChart({ 
    noData: {
      seriesMax: 100,
      category: 'Some category',
      message: 'No data!' || function () { return 'No Data!' } || $('.no-data-message')
    }
}
Completed
Last Updated: 27 Feb 2015 21:30 by ADMIN
Created by: Igor
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
Editing raw HTML is sometimes very useful
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: Jim Foster
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
9
I was really looking forward to using Kendo UI Mobile, but the one control that was critical for my idea was a slider, which is missing from the Mobile package and, apparently, not even on the roadmap.
Completed
Last Updated: 13 May 2021 07:57 by ADMIN
Created by: Chuck
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
9
It would be great if we could easily build a coverflow experience that matches what you have in your siliverlight components or what Apple does with iTunes
Completed
Last Updated: 09 Sep 2021 07:23 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
9
It would be nice to config a validation message to either hover or be in-line. It can be accomplished with some extra CSS currently, but it would nice to just pass in your preference.