Completed
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: Fahad
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
I clicked Get Kendo UI button; it took 30 seconds to load a popup that asks for user/password and kept on saying "reading from ajax.microsoft.com" not sure why you're hitting that for....

well, then I chose the Register tab, it does nothing. I am using Latest Google Chrome.

If your own UI is not working properly, how can you expect people to count on you for their UIs ?
Completed
Last Updated: 18 Jul 2016 16:17 by ADMIN
Created by: Karl
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I would love to see the option for donut chart on pia charts. A nice example: http://www.highcharts.com/demo/pie-donut 

Thanks!
Completed
Last Updated: 02 Jul 2015 14:57 by ADMIN
Created by: Imported User
Comments: 13
Category: Kendo UI for jQuery
Type: Feature Request
184
It would be convenient if you could specify the output format using a data attribute such as the following rather than having to write a new viewmodel function:
 
<span data-format="{0:C}" data-bind="text: amount"></span>

Currently you have to bind the element to a new viewmodel function which doesn't lend itself to the observable concept with remote data sources.
Completed
Last Updated: 23 Mar 2015 17:35 by ADMIN
Created by: loi
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
195
Please consider adding a sample Line-Of-Business (LOB) application to your demo page. 
This more complex LOB app demo should show KendoUI widgets working together. 
Here are a couple ideas: 
- TabStrip contents containing Grids, Graphs, complex entry form, or another nested TabStrip. 
- Window having other nested KendoUI widgets in its content.
- Nested wigets should 'lazy' load or load on demand?
- MVVM events wiring between widgets?

We're new to KendoUI, and it would really help to see how a proper LOB app powered by KendoUI is built, especially with that cool MVVM.

Thanks.
Completed
Last Updated: 12 Jun 2013 23:22 by ADMIN
I'd like to be able to react when user clicks or "mouse over" data points in the chart
Completed
Last Updated: 23 Jan 2020 09:47 by ADMIN
Created by: Mathias
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Completed
Last Updated: 02 Oct 2012 14:41 by David
Created by: David
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
14
Hello,

I very much appreciate the effort put into kendoUI, and the widgets look pretty good.  I just have one major issue with how the methods can be called upon as they have an enourmous impact on our code since object chaining and the great advantages jQuery offers with object chaining is simply being thrown away because of the way you force us to use the .data() method to get the kendoUI object.

Following the guidelines on http://docs.jquery.com/Plugins/Authoring, we should be able to do the following:

$('div.grid').kendoGrid(); // Initilises the grid
$('div.grid').kendoGrid('refresh'); // calls the refresh method on the grid

this should always return the jquery object which enables object chaining, so we might do the following:

$('div.grid').kendoGrid('refresh').show();

Unfortunately, the above example using KendoUI would need to be translated into:

$('div.grid').data("kendoGrid").refresh();

because the .data() method obviously does not return a jQuery object, and the refresh() method doesn't either, we can no longer benefit from chaining, and need to reselect the object to execute the show() method:

$('div.grid').show();

This obviously does make things more complicated, and will cause for more code.

I sincerely believe this needs to be addressed.  A forum topic on this is available at http://www.kendoui.com/forums/ui/general-discussions/why-aren-t-widget-methods-just-added-through-object-extention.aspx#2040399
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: 23 Jan 2020 09:43 by ADMIN
Created by: Kevin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
22
I use a common form to bind data objects to. I also perform validation on this form. If I validate the form through a submit and it fails (validate() returns false), I close the window and then rebind with the same or a different object (from a grid or some datasource). When the window comes back up, the validator messages are still there from the last failed submit. I need a way to clear them. I could call validate on the rebind, but I want to clear them, not reevaluate them (as there could be some that come up...especially when adding a new item with no data in it).
Completed
Last Updated: 27 Mar 2012 14:05 by ADMIN
Created by: Javier
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The keyboard navigation does not work on grid. Please see the sample "Editing Custom Editor". In the previous version you can edit one cell, hit enter or tab key and then move to the next cell o using the arrow keys, move the next row. Thanks for creating this amazing tool.
Declined
Last Updated: 18 Jun 2013 18:23 by ADMIN
can the panelbar /tabstrip provide unselect method .this method can unselect all select items
Completed
Last Updated: 18 Jun 2020 11:50 by ADMIN
Release 2020.R2
Created by: Jose
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
25
It would be great to have such controls as webparts/widgets to place in a dashboard where we could move them around the screen to reorder how data is presented with option to save/retrieve the layout from a persistent source.

In the dashboard the functionality would be to define a layout where we could add/remove, change position the widgets (like in dropthings or pageflakes). The widgets would contain controls like Kendo Grid or DataViz controls to display information.

That would be a killer feature.
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: Jason
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
44
Add the ability to reorder columns (and their data) within the Kendo UI grid. This would preferably be handled through drag and drop. 
Declined
Last Updated: 16 Mar 2012 15:41 by ADMIN
Created by: PPCnSEO
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
View/edit source option to edit raw html inside the editor.
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: PPCnSEO
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
20
The beta text editor is looking good and has an option to insert images via url.
However for most end users they will need a simple image upload.

The kendoupload means you already have much of the required functionality, it just needs to upload the image and return the url.

Also options such as adding title, alt, resizing and alignment will be good.

We currently use ckeditor and until the advanced image options are matched will not be able to move this over to kendo.
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: PPCnSEO
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
111
Similar functionality to the jQuery UI sortable feature.
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: Mike
Comments: 41
Category: Kendo UI for jQuery
Type: Feature Request
391
In the long term, SPA features are absolutely necessary, especially when it comes to HTML5 apps (also in regard to Windows 8 WinRT or upshot.js - a key part of the forthcoming Microsoft RIA stack). 

A good SPA addresses the following issues:

- real permalinks
- page titles
- a working back button that fully degrades 
- different data states like http://bit.ly/zpybmz
- client side caching
- asynchronous updates/communication
- ...what else? (please add if I missed something)

Example SPA: http://pjax.heroku.com/ 
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: 23 Jan 2020 09:41 by ADMIN
Created by: IKKI
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
7
Lightbox is the most way to show pictures, so I want KendoUI include it and expand. It can be show images, gallery, flash, video, audio even dynamic HTML & external pages, and can be play, pause, previous, next, close and so on...
This is the plugin I used: http://shadowbox-js.com
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: Alexey
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
18
Knockout.js is a de-facto standard.
It would be nice if KendoUI supported Knockout so developers could use just one paradigm of bindings/observables/templates/etc.