Unplanned
Last Updated: 22 Jan 2020 13:30 by ADMIN
Created by: Adam
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
I've experimented with the Kendo UI on my iPad, with the VoiceOver feature enabled and some of the widgets work well, but not all do.
Adding support for VoiceOver would add a huge level of accessibility to our apps.
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
Declined
Last Updated: 22 Aug 2017 16:52 by ADMIN
Created by: henok
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I think it is a common thing to use a double click event while using a grid, i don't know why you guys haven't implement it yet
Completed
Last Updated: 21 Dec 2012 17:29 by ADMIN
Created by: Steve Ditmer
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
19
A means is needed to zoom the content view area of a document while leaving the header and footer (tabstrip) stationary.

Currently Kendo UI Mobile puts meta tags in the HEAD of the document, effectively preventing zooming and pinching altogether.  It would be nice if a widget or tool were made available to allow zooming of specific page elements.
Declined
Last Updated: 05 Mar 2012 18:05 by ADMIN
Created by: Thomas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
For example a guestbook, I want to show the first 10 entries, when the user hits the "show more" button, the next 10 will be loaded and added bellow the first 10. Again, you can push "show more", loading the next 10, append them to the bottom of the list... till no more entries will be received by the server.
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. 
Declined
Last Updated: 20 Nov 2014 18:23 by ADMIN
Created by: Anders
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Let Kendo work with KnockoutJS.
Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Marien
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a bug in the normalizeFilter function.

expression = {
                    logic: "and",
                    filters: isArray(expression) ? expression : [expression]
                }

The logic option is hardcoded, so it won't use the value you submit using the datasource.query() function.

Example:
dataSource.query(
{
    logic: "or",
    filter: [
       { field: "indicator", operator: "contains", value: '0.a' },
	{ field: "indicator", operator: "contains", value: '1.a' }
    ]
} 
)
Completed
Last Updated: 20 Nov 2014 18:24 by ADMIN
Created by: Steve
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
154
 For example the grid with filtering turned on appends multiple div and form elements to the body element. It is impossible to clean these up which is very important in a single page application. Every widget should have a destroy method which is capable of removing any associated events and elements it was responsible for creating.
Completed
Last Updated: 20 Nov 2014 18:24 by ADMIN
Created by: Ashwat
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
Support for spline chart type
Completed
Last Updated: 20 Nov 2014 18:24 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
109
It would be nice if you could add a disabled state for k-button.  That way, we don't have to hide the buttons from the users to force them to enter some information before clicking a button.
Declined
Last Updated: 28 May 2013 22:48 by ADMIN
Created by: Boone
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Like:  sortable: { mode: "multiple", max: 2 }. When the 3rd one is sorted it unsorts the first.
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Do you have in your Road Map Mobile Charts or is the idea to use the DataViz charts?
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Created by: Vesselin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Really nice feature for the planned rich text editor would be to add a config option to show the toolbar only on focus/mouse over and possibly have it floated on top of the content so something similar to this could be achieved:

http://www.formstack.com/assets/images/LandingPage_Step2.png
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Could you guys add normal user controls like a dropdown list on the mobile framework. On the android the <select> element does not work. It's grayed out?
Completed
Last Updated: 14 Oct 2015 10:37 by ADMIN
Created by: Ryan
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
77
Can we make the tabstrip scroll-able instead of wrapping tab items to another line? Let's say I'd like to target both Ipad and iphone and the tabstrip would have 6-7 items. 

http://www.kendoui.com/forums/mobile/tabstrip/tabstrip-wrap.aspx
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Why don't add useful tips for paging?

just like:
http://demos.telerik.com/aspnet-mvc/Grid/Paging?theme=vista

or jqgrid
Completed
Last Updated: 30 Jun 2014 12:42 by ADMIN
Created by: Roger
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
The web controls have date and time pickers. I would suggest date and time pickers for mobile controls. I know there is a problem getting them to emulate the current iPhone date/time pickers but modifying the web ones would do for a start.
Completed
Last Updated: 11 Feb 2021 09:45 by ADMIN
Declined
Last Updated: 06 Feb 2012 16:45 by ADMIN
Created by: Edwin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
CheckBox 
TextBox