Completed
Last Updated: 25 Nov 2021 11:57 by ADMIN
Created by: Rubens
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Custom validations are not triggered by blurring the input (as it visually seems), but when the set() method of the underlying model is called to change the value of the edited field.


Possible workaround:


  $('input[name="ProductName"]').bind('blur', function(){
    // get a reference to the built-in validator
    var validator = e.container.data("kendoValidator");
    validator.validate();
  })

Declined
Last Updated: 25 Nov 2021 11:42 by ADMIN
Make the html date and time controls match the skins for the native Kendo UI look.  This way a form built with Kendo UI will look pleasant across a mixture of html and Keno UI controls.  In some cases it would be better to have the mobile style "scroll" to enter dates and times but the look is off putting.
Unplanned
Last Updated: 22 Nov 2021 14:29 by ADMIN
Created by: Niels
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
I'm using drawing.drawDOM to create a PDF. I have to make a table of contents (TOC) in the beginning of the PDF. 

It would be great if I had the ability to link to the correct section directly from the TOC. 

So <a href="#conclusion">Conclusion</a> and then later <a name="conclusion"></a> would make a link in the PDF so the reader could click on the Conclusion-link in the TOC and jump directly to the conclusion-section.
Declined
Last Updated: 22 Nov 2021 14:16 by ADMIN
Created by: Robby Parker
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The Drawer widget doesn't work in Intel XDK emulator. It works fine on the device using Intel App Preview, but not being able to select an item from the drawer in the emulator kinda is a show-stopper for navigating the app.
Unplanned
Last Updated: 22 Nov 2021 14:16 by ADMIN
Created by: Timothy
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently the calling .hide() on a Kendo UI Notification hides all of the instances of that notification. It would be useful to have support for hiding a specific instance, perhaps by 'ID'.

I've accomplished this by using the .getNotifications() method and iterating over the notifications to find the one I wish to close, however built in support would be a timesaver!
Declined
Last Updated: 22 Nov 2021 14:12 by ADMIN
Created by: Ed
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Expand Chrome Inspector to allow easy creation of DOJO. In the Inspector, we can see all the options as well as the data for the widget. The created DOJO should be simple (at least to start), meaning local data and all the options. At the very least, the Chrome Inspector should allow copying of the options and the data so pasting into a DOJO is as simple as possible.
Declined
Last Updated: 22 Nov 2021 13:41 by ADMIN
Right now on a mobile device it will put just what it needs into the overflow box. I would like to see the ability to force everything into the overflow when it is activated at all.
Declined
Last Updated: 22 Nov 2021 13:40 by ADMIN
Created by: Gary
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
It would be great if there was a kendoUI atmosphere package library for Meteor js
Unplanned
Last Updated: 17 Nov 2021 15:45 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi

  It would probably be trivial to make the columnReorder much more useful

(1) Allow a preventDefault feature, to conditionally prevent some columns being moved. For extra points you could do this via a new columnReorderStart event so that the user can't drag the columns at all

(2) Don't allow locked columns to be moved out of the locked section

 

Thanks

Unplanned
Last Updated: 16 Nov 2021 16:00 by ADMIN
Created by: Justin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Other vendors offer visual representations and better access to what controls are available and how to quickly use them in different scenarios. I cannot find any visual such as http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=all which nicely highlights what each control looks like from an index perspective.
Furthermore, the code in a cookbook should be copy and paste and not have dependencies on hidden helper classes.
Unplanned
Last Updated: 16 Nov 2021 15:46 by ADMIN
Created by: Hendrik
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
9
Currently it is possible to draw straight lines on the Kendo UI map. However, it would be interesting to display routes on the map. Ideally, Kendo should be able to draw routes between specified markers.
Unplanned
Last Updated: 16 Nov 2021 15:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
It is actually a problem that we have on our corporative product. 

We are using a Kendo.Map but the user has the ability of swapping between our corporative version of OSM, the public OSM, Bing and Aerial map.

This means that I have to create a map with five layers at the beginning and set different opacities downloading all the time the tiles for the 5 layers or I have to destroy the map and shift layers like you asked me to do in this post
http://www.telerik.com/forums/add-layer-dynamically-to-map

Could be possible to include a new feature on the maps that allow the developer to change dynamically the layer type, the url template and the subdomains.
without having to destroy the map, set it empty and create it again.

Thanks a lot.
Unplanned
Last Updated: 16 Nov 2021 15:26 by ADMIN
Created by: Gary
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The new chart select feature is great but it only works with vertically oriented charts (column), but I need it for stacked bar charts. I'd also like to be able to disable the grab handles and programatically specify the range. I have multiple similar charts, a category-specific grid with additional info, and a dropdownlist for selecting the category. You can also select the category by clicking any of the chart elements.
Completed
Last Updated: 11 Nov 2021 16:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add support for cell.formula on Woorbook
Unplanned
Last Updated: 11 Nov 2021 12:25 by ADMIN
Created by: Misiu
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Notifications stack should be able to slide after previous notification hides, like in toastr:
http://codeseven.github.io/toastr/demo.html
choose Bottom Right position and add some notifications. After last hides rest slides down. Same behaviour should be possible in KendoUI Notification
Declined
Last Updated: 11 Nov 2021 12:13 by ADMIN
Created by: Pavel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a validator that validates not HTML elements, but  model properties (after all when using MVVM HTML is bound to properties). Consider the following scenarios: A property is not directly bound to an HTML input. For example, I have a collection propery and my model is valid only if it contains at least N elements. Or if collection elements have date or time fields, overlaps are not allowed, and so on.
Declined
Last Updated: 11 Nov 2021 11:53 by ADMIN
I'm writing a application and would love to have 'pull to refresh' activated when the user swipes up instead of down.  In addition, endless scrolling would work when swiping down instead of up.  Basically the reverse of how the listview works right now.  

I see this request often and users end up implementing their own solution.
Unplanned
Last Updated: 08 Nov 2021 09:19 by ADMIN
The option in the Kendo Spreadsheet to show the unmarked values when a filter is applied instead to reset it by pressing the Clear button
Declined
Last Updated: 04 Nov 2021 12:26 by ADMIN
Created by: Hoon
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Polymer support has already been requested but I would like to see Kendo UI support for Polymer.Dart.
Declined
Last Updated: 04 Nov 2021 11:50 by ADMIN
Created by: kishore
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo OOXML should allow to give Pattern Style and Pattern Color for  cell.