Declined
Last Updated: 22 Jan 2020 17:56 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Provide a bundle for TextMate that includes snippets and code coloring.
Declined
Last Updated: 31 Jan 2012 12:36 by ADMIN
Created by: Jayalakshmi
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Do we have ReloadOnshow="True" property for Kendo UI Window too.......
Declined
Last Updated: 31 Jan 2012 12:43 by ADMIN
query string issue with Kendo ui window(Every time we open a kendo window the Query string should get Updated Instead it not happening)
Declined
Last Updated: 20 Nov 2015 19:28 by ADMIN
We have been migrating from using the RadControls for ASP.NET Ajax to the Kendo UI suite, and have found the controls very useful.
However there appears to be a slight discrepancy between the parsing capabilities of the two libraries.

eg.
http://demos.kendoui.com/web/datepicker/index.html
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

If you type 1-1 in the RadControl demo, this is correctly parsed as 1-Jan-2012
If you type this in the KendoUI demo, this is not parsed correctly

It would be great to have the same flexibility of parsing of the dates as per the RadControls?
Declined
Last Updated: 07 Jun 2013 19:27 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
See http://www.componentone.com/SuperProducts/PickerViewiPhone/
Declined
Last Updated: 30 Jan 2012 11:10 by ADMIN
Created by: Mohsen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Most web application today must run in different environment, people from disable to different language I would like to suggest that including the right to left and ARIA.
Declined
Last Updated: 20 Nov 2014 18:22 by ADMIN
Created by: Vesselin
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
6
Please consider implementing a Multiselect control similar to how this jQuery plugin, Chosen, works. Look at their Multiple select and Multiple select with <optgroup> examples:

http://harvesthq.github.com/chosen/
Declined
Last Updated: 20 Nov 2014 18:21 by ADMIN
Created by: Jack
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
For an example, check the Yahoo weather app on iOS. Click (i) to add/remove/reorder locations.

For another example, check the Yahoo stocks app on iOS. Click (i) to add/remove/reorder stocks

Completed
Last Updated: 20 Nov 2014 18:21 by ADMIN
Created by: AndreasW
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
A flip animation when changing between views, links etc. 
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: 27 Feb 2015 21:29 by ADMIN
Created by: Gary
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
If you gave the Source View "HTML Syntax Highlighting" by default, you would have a winner. Most other editors lack this.
Declined
Last Updated: 27 Feb 2015 21:29 by ADMIN
Or will I still need to use CkEditor?
Completed
Last Updated: 27 Feb 2015 21:25 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
is the kendo ui supported in tablet?
Completed
Last Updated: 11 May 2016 07:46 by ADMIN
Created by: Prasanth
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
5
Date and Time Validations & Row Selection in Grid with Checkbox to Enable Delete and Update the Selected Rows
Completed
Last Updated: 27 Feb 2015 21:24 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
a grid with an editable column will show if there is no data in datasource. 
Declined
Last Updated: 22 Jan 2020 16:10 by ADMIN
Created by: Michae Josia
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Declined
Last Updated: 07 Jun 2013 19:16 by ADMIN
Created by: Ian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
When minimising windows put them in a row at the bottom left of the screen also allow windows to be created in Javascript (see wijmo). 
Completed
Last Updated: 27 May 2019 10:12 by ADMIN
Created by: Bobby
Comments: 25
Category: Kendo UI for jQuery
Type: Feature Request
158
It would be nice to have a built in PDF viewer control in the Kendo UI and Kendo UI Mobile. Especially Mobile so we do not have to search the net for decent controls that may or may not work for the different devices.
Declined
Last Updated: 19 Jan 2012 15:05 by ADMIN
Created by: max m
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The page can contain a text field that may have a different type depending on other conditions. It would be nice to remove widget and initialize another one on the same text field.
Completed
Last Updated: 14 May 2021 10:55 by ADMIN
Created by: Aaron
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
I'm building an app that is using DataViz for charting but there are scenarios where it's possible to *not* have any data returned to map out in the chart.

I'd like to be able to:
- Set an X and Y axis value so the plot area is displayed
- Provide either a message, a function or a DOM element which will be displayed over the chart

Here's a snippet of how I think the API could expose it:

$('#chart').kendoChart({ 
    noData: {
      seriesMax: 100,
      category: 'Some category',
      message: 'No data!' || function () { return 'No Data!' } || $('.no-data-message')
    }
}