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: 20 Nov 2014 18:35 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be nice to have a control such as iOS datetime picker
http://www.dosomethinghere.com/wp-content/uploads/2010/11/datetimepicker.png

- and it would be even better if we coulld have a combobox similar to the datetime picker where we have only one scroll to select a perticular text!!
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Robert
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
As per this forum post: http://www.kendoui.com//forums/mvc/grid/bug-grouping-name-does-not-honor-mvc-attributes.aspx, the MVC Helpers for the Grid honor the Display attribute in certain situations, but not others.Namely, when a column with a [Display] attribute is turned into a Group, the DisplayAttribute.Name is no longer honored.

But even that is technically not the correct behavior. The correct behavior is for the group to use DisplayAttribute.GroupName, then DisplayAttribute.Name if the GroupName is not specified.
Completed
Last Updated: 23 Jan 2020 12:17 by ADMIN
Try tabbing through a form with a bunch of inputs and tabbing onto a button at the end. Although it works you can't tell because the button doesn't indicate the focus!
Declined
Last Updated: 23 Jan 2020 12:14 by ADMIN
Created by: Rui Marinho
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
 I hate to create or have hardcoded ui in my view. 
Similiar with what Silverlight does with the dataform ,if i bind my form to a model for each property in my model  Kendo could create the label and the right input field on the ui.
Declined
Last Updated: 20 Nov 2014 18:37 by ADMIN
DatePicker/TimePicker.
Please consider adding an option to hide/show datepicker icon, and the another option to show the datepicker popup on field focus.
Both of these options are available in the Telerik Asp.NET Mvc Ext 
Completed
Last Updated: 27 Feb 2015 21:22 by ADMIN
Created by: Stuart
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I created a custom theme using the theme builder. I then created a grid (using the MVC wrappers) and included a column menu. When I drop down the column menu there are no sprites drawn for sort, filter etc - there are in the provided Telerik themes. These images should also be included with custom themes.
Declined
Last Updated: 06 Jun 2013 18:07 by ADMIN
Position the grid's sorting icon on the left side of the column header so that it is always visible even when the column header's label is wider than the columns width. This will also eliminate the icon overlap of a narrow column that is sorted and also has the "columnMenu" option set to "true"
Completed
Last Updated: 20 Nov 2014 18:39 by ADMIN
Created by: Don
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It looks like .restore() doesn't return the window object as it should, breaking chaining.

Example:

- This works:
mywin.data('kendoWindow').title("hi").open().toFront().restore(); 

- This does not work.  It will throw "Cannot call method 'toFront' of undefined" in latest version of Chrome.
mywin.data('kendoWindow').title("hi").open().restore().toFront();
Completed
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: Ilja
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Completed
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please add a close event to the ActionSheet.  This could be used in conjunction with the open event to allow the user to use the back button on Android to close the ActionSheet.
Declined
Last Updated: 23 Sep 2021 10:56 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo UI is great but it does not work with the integrated webkit in Qt.
Declined
Last Updated: 07 Jun 2013 19:14 by ADMIN
Created by: Danny
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The possibility to have both edit modes in a grid. I want to (for example) instant edit my columns in the grid, but also have a (custom) popup window wich will allow me to edit more fields not included in the grid (but still in the datasource ofcourse).
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: 17 Jul 2014 15:18 by ADMIN
Created by: Udo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I'd like to suggest the support of animated scrolling for the scrollTo() method of Kendo UI mobile scroller
Completed
Last Updated: 18 Mar 2013 17:59 by ADMIN
Created by: tommy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The Switch element is styled after the iOS 4 and earlier rounded rectangle instead of the round switch used in iOS 5 and later.

It's certainly possible to do this newer style using css/js as well and it would help apps built with KendoUI from diverging from the controls used in the rest of the OS.

http://css3wizardry.com/2011/12/18/ios-5-style-switch-control/

Completed
Last Updated: 06 Jun 2013 18:00 by ADMIN
KendoUI would seriously benefit from some killer apps and more marketing in general. A showcase gallery would be a great place to start. 
Declined
Last Updated: 20 Nov 2014 18:48 by ADMIN
Created by: OnaBai
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
If I use text method for changing the text of a node in a treeview, the icon gets removed. Same happens if the dataSource is an observableHierarchy object and I use set("text", newText).
Declined
Last Updated: 27 Feb 2015 21:30 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Completed
Last Updated: 20 Nov 2014 18:50 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Sorting accented characters currently is not supported out-of-the-box and we must use ServerSorting to be able to custom sort the items and send them to the Grid. 

The grid should sort accented characters directly on the client.