Completed
Last Updated: 07 Jul 2023 09:40 by ADMIN
Release R3.2023-Increment.1(19.July.2023)
Created by: Faisal
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
18
By enabling the drilldown feature on charts, clicking the charts should take the user to the next level. 
Declined
Last Updated: 23 Jan 2020 10:52 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
18
For KendoUI Mobile, it would be great to have a controle that display an alphabetical index (a-z), much like the Windows Phone 7 jump list. 

This could be bound to the first letter filter property of a list control (grid or else). 
Completed
Last Updated: 20 Nov 2014 19:25 by ADMIN
Created by: Stacey
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
18
There really needs to be some manner of an event raised when 'validateInput' and 'validate' run, that can provide meaningful feedback to hook into.

As it stands right now, it is very hard to do any kind of manipulation with the Kendo Validator. But adding even such simple lines as ..

                input.attr("aria-invalid", true); // existing kendo code
                input.trigger('invalid', [messageText, messageLabel]);

to the "validateInput" function would make it more possible to have the validator communicate with third party tools (in my situation, qTip2).

Having an event raised when validation is complete would also be very useful because it would allow other UI elements to effectively respond to it, without having to do very hokey ad-hoc manipulations.
Unplanned
Last Updated: 01 Jul 2021 11:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
18
I need notification hiding to be passed when hovering over a notification.

To further explain I am expecting a behavior such in following example.
http://codeseven.github.io/toastr/demo.html
Completed
Last Updated: 20 Nov 2014 20:24 by ADMIN
Created by: Basem
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
18
Swipe ListView items for more action items, usually seen in native apps for swiping to delete.

See more capabilities with iOS8 demo for swiping left or right to show multiple action options: http://www.iclarified.com/images/news/41344/183731/183731-1280.png
Unplanned
Last Updated: 20 Feb 2024 11:50 by ADMIN
Created by: Kittisart
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
18
Pattern fills for Chart like this one http://www.amcharts.com/demos/map-with-patterns/?
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Created by: Andy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
When initializing a WINDOW component, you should be able to specify where the window should be rendered. Currently all windows are treated as modals and placed before closing the BODY tag.

This feature is vital and also will help developers in creating dashboards and custom tiles views. 
Completed
Last Updated: 02 Jul 2021 06:10 by ADMIN
Created by: Kwex
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
At the moment, Kendo only supports Straight Line graphs. It would be nice to support curves like Regression Curves ... because they are useful for representing Analytical Data.

Next release pls!
Unplanned
Last Updated: 17 May 2023 13:59 by Simon
Created by: Michael
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
17
I am showing gauges right next to charts, but the gauge doesn't have a title like the charts do.  I'm going to have to create and position my own title, and style it just like the charts.  It would be nice if the gauge had a title, and seems like a fairly easy addition.  Thanks!
Completed
Last Updated: 24 Feb 2020 09:07 by ADMIN
The validation framework validates an input element and applies "k-invalid" class when its value is not valid to the hidden input. For such widgets like the ComboBox, DropDownList or NumericTextBox the applied k-invalid class is not applying to html-tags visible to user.
Declined
Last Updated: 11 Jul 2013 07:04 by ADMIN
Created by: Gary
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
17
This is probably a Reporting Ask but it would be great to have a Telerik Reporting Viewer written in KendoUI/HMTL5/JS so that we can integrate with Telerik Reporting and Keep the client code clean.
Completed
Last Updated: 20 Nov 2014 19:14 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
It would be great if Javascript Source Map files (details: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) were available for each of the minified Kendo UI files.  These files allow a developer to publish their application using minified files, but have the browser (at least Chrome and Firefox) automatically load and link up with a non-minified version for debugging purposes.  I'm not sure which minifier you use, but Closure supposedly can create them automatically.  Thanks for considering this.
Completed
Last Updated: 20 Nov 2014 21:02 by ADMIN
Created by: Pierpaolo
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
17
What I want to achieve is a dynamic Choropleth map of the World, whose data change according to a set of parameters.

It is my understanding that the maps widget in Kendo UI can display data in a Shape layer using GeoJSON files that contain both the definition of the shapes of the countries and the data itself (e.g. the population). From your GeoJSON demo it is clear how to change the colour of the countries using the Chroma.scale method.

But it also looks like I need the shape definitions to be duplicated over and over to show different data on the same map: 
let's say that I have about 400.000 possible combinations of the filters, it appears as if I'm going to need 400.000 GeoJSON files that contain both the shapes definitions and the the data and this means lots of network traffic.

My point is that, since the shapes of the countries do not change because the map is always the same, wouldn't it be useful to split the shape definition from the data itself?
In other words having a "shapeSource" property to which you link a GeoJSON that defines the shapes and the "dataSource" property bound to a JSON file that only has data: when the combination of filters changes I would only change the dataSource object.

My current solution is to have the "shapes definition only" file set in the dataSource property of the shape layer and then to use a Kendo.dataSource "data-only" object that I would use in the shapeCreated method to set the colours of the countries.

As a side note, the "data-only" Kendo.dataSource object will be shared between three widgets in the same page because the same data will be shown in a map, a chart and a grid.
Completed
Last Updated: 19 Aug 2015 08:18 by ADMIN
Created by: Brian
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
When exporting data to pdf using the Kendo pdf toolbar please can all data be exported instead of only the data contained within the html viewable page (eg. when height is set using kendoGrid.height).
Completed
Last Updated: 13 Jan 2016 17:51 by ADMIN
Created by: Otto Neff
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
17
Define by Settings or via API Calls to enable or disable 
any Cell or Cell functions like Context Menu.
Completed
Last Updated: 01 Jun 2015 18:36 by ADMIN
Created by: Patrice Boissonneault
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
16
I do not understand why Telerik is releasing a client-side only version of their controls.  Why are not the ASP.Net Ajax components generate html5 controls like the Kendo UI one? 

I would like the controls that I bought (ASP.Net Ajax) to adapt to the world, this is the reason why we first bought them (to avoid taking care of writing client-side interface over and over again and technology progress).

Please integrate KendoUI to Telerik server controls.

Thanks.
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
Completed
Last Updated: 20 Nov 2014 19:13 by ADMIN
Created by: Gal
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
16
As you know, apple announced the new direction the iOS will be taking. this will no doubtedly have a huge effect on the developer guidelines and therefore the app store submission process. If kendo mobile doesn't match the new look, the apps might get rejected.
Completed
Last Updated: 17 Aug 2016 14:22 by David
Created by: Dr.YSG
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
16
I recently started using bower (http://bower.io/) to manage my external packages (github) it makes update very easy. (leaflet, pouchdb, etc.) I see there is a bower package for the kendo core, but I am a longtime (since your first version) subscriber and I tend to use kendo.all.min.js.

Our projects are for offline use, so we cannot use internet urls for download of javascript.

Any chance of getting a bower package for Kendo Web? Mobile?
Completed
Last Updated: 10 May 2016 15:21 by ADMIN
Created by: Fiaz
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
16
Currently, hashBang (#!) is supported in mobile but it can only contain view_id, it can't be configured as path although it is available in SPA.

It is limiting the SEO capabilities. Support for the following url scheme will be big boost to SEO optimized urls.

/view_id/:category/:item/