Declined
Last Updated: 12 Jun 2013 23:16 by ADMIN
Created by: john
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
As a proof-of-concept, I have reworked some of the PHP tutorial examples for a ColdFusion CFScript service.
Completed
Last Updated: 16 Jan 2020 18:53 by ADMIN
Created by: Imported User
Comments: 21
Category: Kendo UI for jQuery
Type: Feature Request
66
Add the AJAX FileExplorer to the MVC Controls Toolset with additonal built-in features I would like to see:
1. Support for UNC paths so that the root folder may be located in a network share as opposed to a folder under the application folder.
2. Support for sub-pathing so that it can be dynamically programmed to support direct display of target folder without having to navigate to the target folder
3. Built-in Delete function to complement the built-in Upload function
4. Optionally select display of a checkbox column to allow for multiple selection for items to be Deleted or Downloaded
5. Built-in Progress Bar for Upload and Download functions
6. Optionally select automatic filtering of hidden files and directories from the display
Declined
Last Updated: 23 Sep 2021 11:12 by ADMIN
Created by: Przemek
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
Could you please provide a way to change the default 200ms fade:in modal view animation? Ideally it should work with all transitions that a standard view accepts.

This suggestion is related to the following thread on the forum:
http://www.kendoui.com/forums/permalink/EGf2Nau-3kuoKa0JQsqANQ
Declined
Last Updated: 27 Jun 2024 12:09 by ADMIN
Created by: Guillermo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
21
add delay parameter in miliseconds for the kendo.ui.progress so you don't see your container blinking if your ajax calls are fast.
Completed
Last Updated: 12 Mar 2018 21:08 by Nicolas
Created by: Johnny
Comments: 43
Category: Kendo UI for jQuery
Type: Feature Request
418
add treeSelect   example:http://www.miniui.com/demo/treeselect/lazy.html
Completed
Last Updated: 25 Jun 2015 08:53 by ADMIN
When creating a multilingual website I've realized, non-English unicode characters are not supported by the Grid's toolbar buttons. The toolbar won't be created and the Grid's setup cancelled. So, also no read function called or anything else.
Strangely it also killed the functionality of my Razor DropDownList for language selection despite no connection other than both using JavaScript.
Completed
Last Updated: 15 Mar 2021 15:57 by ADMIN
Created by: Paweł Kasztelan
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
105
I would suggest to enter the function menu script that is described in the following link. This is an interesting application that really makes it easy to navigate the menus user an.

http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
Declined
Last Updated: 20 Nov 2014 19:02 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
12
We would like to write a UI using Kendo UI Mobile and be able to still use it with mouse scrolling on desktop browsers like Firefox / IE etc.

This was also asked about here: http://www.kendoui.com/forums/mobile/general-discussions/mouse-wheel-scrolling-in-desktop-browser.aspx
Completed
Last Updated: 26 Sep 2017 16:14 by ADMIN
Created by: Shahar
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
51
Declined
Last Updated: 09 Nov 2016 00:18 by ADMIN
Created by: mgs
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
It is possible to add commands to the toolbar. However, if you only need one or two commands (such as an "add record" button), this means wasted vertical space.

So I appreciated if Kendo supported the creation of additional commands in the Pageable Bar.
Completed
Last Updated: 20 Nov 2014 19:01 by ADMIN
Created by: Vikentiy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
15
In addition to basic Line and Area chart types, it would be great to add support for the Step Line and Step Area chart type.
Examples: 
http://www.infragistics.com/products/jquery/sample/chart/style-chart-with-themes (switch Series Type to Step Line and Step Area)
or http://www.highcharts.com/stock/demo/step-line
Completed
Last Updated: 27 Jul 2021 13:25 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
KendoUI "Getting Started" does not have well organized steps that first time users can follow through. It is made of fragments of somewhat related pages in no particular order, and even after going through them all (about five or six of them), you're still thinking how do I build my first application.

All framework and tool vendors provide step by step getting started guide to build a simple application (commonly hello world app). This usually addresses what to download, how to setup the project, which tools or IDE can be used, a simplest possible application structure to test out if the sdk and the development environment is setup correctly.

I do not see, no where, resembling something like this. Even the video sessions (about 30 of them) provided in YouTube does not provide getting started session.

Strange... considering all others are nicely done.
Declined
Last Updated: 19 Jul 2013 17:46 by ADMIN
Created by: Evan
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I have an action list that is part of a view bound to a view model. The data-action attributes won't fire handlers that are part of the view model in the same way that a data-bind attribute does. I think that they should as the action list is part of the view.

One other suggestion it to make the description text box (the one I am typing in now) sizable and provide a mechanism for formatting code examples.
Declined
Last Updated: 12 Jun 2013 23:16 by ADMIN
Created by: Test
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 27 Feb 2015 21:26 by ADMIN
Created by: IKKI
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When grid use popup edit, click cancel or close, the top row removed.
Completed
Last Updated: 02 Sep 2021 05:25 by ADMIN
Created by: Timothy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
13
If the base css has something like the following:
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
This will break the layout of the kendo controls.

Adding the following override will fix it:
	[class^="k-"], [class*="k-"] {
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
	}

This catches all elements that have classes with "k-" at the start and overrides the box-sizing back to default.

Consider adding this to the kendo css (either the wildcard version or to each k-* class).
Declined
Last Updated: 12 Jun 2013 23:33 by ADMIN
Created by: Sethuraman
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,
Need color ranges for the Y-axis in the line chart.
This will enable the users to identify within which range the values falls with.
Declined
Last Updated: 10 May 2013 15:18 by ADMIN
Completed
Last Updated: 27 Feb 2015 21:31 by ADMIN
Created by: Timothy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Try looking at http://docs.kendoui.com/api/web/treeview

There's both a method and an event named "select", picking the "select" event navigates to the "select" method instead.

Consider prefixing the #select anchor, e.g. #method-select and #event-select to avoid conflict.
Declined
Last Updated: 28 May 2013 22:36 by ADMIN
Created by: Mauro
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Allow actionsheet to be databound to a DataSource