Declined
Last Updated: 21 Dec 2012 15:35 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI layout is not working correctly in IE 7
Completed
Last Updated: 14 Dec 2012 21:50 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to have a wrapper for RadChart to Kendo DataViz or extend RadChart to use SVG and VML to have animated charts like the ones on Kendo Dataviz
Declined
Last Updated: 14 Dec 2012 21:41 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I want to have more options for tooltips that work like facebook's tooltips - you get a box, a strip at the bottom w/ buttons. I would like this for the modal windows as well as any tooltip/menu item. 

Some sort of scaffolding for adding buttons to a flyout window component.
Declined
Last Updated: 11 Dec 2012 14:08 by ADMIN
Created by: Deepak Ahuja
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Input Mask is very  basic requirment but Kendo UI dont have such Mask Controls.
Declined
Last Updated: 07 Dec 2012 20:01 by ADMIN
Created by: Justin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be a great idea if the kendo ui grid has the ability to freeze numbers of columns and rows when scrolling. 

This will allow the user to have the ability to keep for example total etc to be always shown. Those frozen columns will probably not included in the sort. 
Declined
Last Updated: 05 Dec 2012 11:15 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a bug when cancelling the edit of a row that was loaded through virtual scrolling from a remote datasource, the row disappears from the grid/datasource. Telerik confirmed they can reproduce the bug but due to the specificity of the virtualization process currently do not plan to provide a solution for this. Their recommendation is that if you need editing with a remote datasource to disable virtual scrolling and enable paging instead. Vote for this to have the bug fixed.
Declined
Last Updated: 30 Nov 2012 18:47 by ADMIN
Created by: OnaBai
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In a kendoTreeView if I define the dataSource as an observableHierarchy, then expand(".k-item") expands only the first level but if I execute it twice!!! it works correctly
Declined
Last Updated: 30 Nov 2012 18:45 by ADMIN
Declined
Last Updated: 30 Nov 2012 18:44 by ADMIN
I have a master detail grid and simply would like to place captions on them.

The js executes successfully, but the captions don't appear when the View is fully rendered.
Declined
Last Updated: 30 Nov 2012 18:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Grid._toolbar function:
toolbar = isFunction(toolbar) ? toolbar({}) : (typeof toolbar === STRING ? toolbar : that._toolbarTmpl(toolbar).replace(templateHashRegExp, "\\#"));
if toolbar a function, you don't escape # characters, which results in invalid template function generation
Declined
Last Updated: 20 Nov 2012 14:34 by ADMIN
Created by: Tzvika
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 09 Nov 2012 09:34 by ADMIN
Scrolling using the scroll bar works just fine.

Firefox 9.0.1
Declined
Last Updated: 09 Nov 2012 09:33 by ADMIN
Created by: Charlie
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a error in the grid demo http://demos.kendoui.com/web/grid/index.html. This is in the Virtualization of local data section. The Error says "stop running this script? A script on this page is causing IE to run slowly. If it continues to run, your computer might become unresponsive."
Declined
Last Updated: 09 Nov 2012 09:31 by ADMIN
Created by: Tahir
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
In documentation and examples, its mentioned that Kendo UI Menu can be accessed on client using $("#menu").data("kendoMenu") , which doesn't work

it's actually $("#menu").kendoMenu().data("kendoMenu");
Completed
Last Updated: 09 Nov 2012 09:21 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
kendoui grid batch editing not working with jquery 1.8.0
Declined
Last Updated: 06 Nov 2012 15:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Multi-column Headers like the asp.net ajax grid 

http://www.telerik.com/products/aspnet-ajax/grid.aspx
Completed
Last Updated: 27 Oct 2012 21:54 by OnaBai
Created by: OnaBai
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
There are some bug on parseExact function where check literal return value is not checked producing as consequence that invalid dates are accepted.
You can see this in http://jsfiddle.net/OnaBai/LnaTq/1/
Where I show that a date as String that equals to 2012-09-26 and parsed with format HH:mm is recognized as Jan 01 1900 20:12:00
because the 2012 gets converted into 20 hours and 12 minutes.
As I mentioned above the bug is due to the fact that checkLiteral return value is not tested in parseExact function allowing the execution to continue skipping the ':' of the format string.
If you want me to send you fixed solution I have already implemented it. By the way, watch out that all but one checkLiteral should be checked for false.
Declined
Last Updated: 18 Oct 2012 15:27 by ADMIN
Created by: Adiel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Kind of common header to few columns
Declined
Last Updated: 18 Oct 2012 15:16 by ADMIN
Created by: Kuldeep
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be great if there was ability to freeze key columns in grid similar to freeze pane in excel this is a much demanded functionality atleast in my organization
Completed
Last Updated: 08 Oct 2012 21:09 by ADMIN
Created by: Kathy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
11
Similar to jquery mobile, it would be useful to handle below events
- touch (with fingers, directions)
- tap
- tap hold
- swipe (left / right)