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(); })
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.
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.
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.
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!
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.
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.
It would be great if there was a kendoUI atmosphere package library for Meteor js
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
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.
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.
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.
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.
Add support for cell.formula on Woorbook
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
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.
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.
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
Polymer support has already been requested but I would like to see Kendo UI support for Polymer.Dart.
Kendo OOXML should allow to give Pattern Style and Pattern Color for cell.