I want to use typescript with the free core edition, but there is no definition file in the package.
I currently need a KendoUI version of telerik:RadFilter. Like many here I have been using the Telerik ASP.NET controls since they were first launch and I am now migrating to KendoUI. It was my understanding that there was meant to be a migration so that all that was available in web forms would be available in KendoUI. Of course the kendo version of telerik:RadFilter has to cope with AngularJS, BreezeJS and OData - tho best start with the Kendo DataStore.
I use a timebar + sparklines in all our dashboards. http://demos.telerik.com/silverlight/#TimeBar/FirstLook http://demos.telerik.com/silverlight/#Sparklines/Gallery would be great to see an html5 version of the executive dashboard
It seems Kendo UI mobile already covers Android and iOS. Are there plans to incorporate Windows 8 into the roadmap? It would be very appealing to developers if there is one framework that can be used across all platforms.
WebStorm 3.0 is the coolest JavaScript IDE at this point in time and I think its the best complement for Kendo client development. It can be also seen by many developers as perfect statement of Declaration of Independence from Microsoft on behalf of Telerik!
It would be very helpful it there is an option to hide spin controls on numeric controls. Spin control are not really useful in all cases. Also setting readonly property for the control has no effect on the spin control you can still update the value by clicking the spinner. Currently in the forum a workaround was suggested using css (http://jsfiddle.net/krustev/uZUjK/). Implement this as a property for the numeric control
If I have a list view, and I want users to be able to drag and drop to re-order things. A config option of reorderable that would use your drag and drop kit would do the trick.
Our team immediately noticed the different behavior of the Kendo DropDownList. Exactly as outlined in this forum post: http://www.kendoui.com/forums/ui/dropdownlist/dropdown-list-and-using-alpha-key-for-next-item.aspx Hitting the same alpha-key multiple times should cycle through the entries that begin with that letter.
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).
When displaying a large list (hundreds of items) in a list-view it takes a long time with many flicks to get to the bottom. I've been testing on a Galaxy Nexus, and in my gmail I can get to the bottom of my list of emails (hundreds) in just a couple of flicks. It seems the kinetic scrolling in kendo ui mobile doesn't scale well with longer lists, it scrolls the same number of items no matter the size of the list. Whereas the native behaviour seems to keep scrolling for longer and faster, scaling with the size of the list.
Hi Kendo UI Team, maybe in the future, you can add offline documentation bundled with the downloaded package, i think it would be nice, thanks
currently we can not use data-transition in modalview .... it is just a fade effect for now.. We would like to use overlay:up and overlay:down for modal view: http://demos.telerik.com/kendo-ui/mobile/modalview/index.html
Allow binding the grid to a dynamic model (dictionary) and use it in the inline editing mode. This will allow us to decide which columns are shown and which editors to use from the server side. If we do this today, the data will not load.
When the kendo grid is in batch editing I would like for the keyboard navigation to respond like a spreadsheet. Here is an example: http://plnkr.co/edit/hy6Evh?p=preview In the example the keyboard navigation more closely follows an Excel spreadsheet. Here are the specific interactions that I noticed that are different. - when focus is in cell it is automatically put in edit mode. No need to switch to edit mode. - enter, shift-enter, moves down and up. I have observed that my users are more familiar with Excel keyboard behavior than the current Kendo grid behavior.
Adding a "select" when user choose one of the hint in AutoComplete to help field-linking. More detail and implementation about the idea in here: http://www.kendoui.com/forums/ui/autocomplete/suggestion-about-select-event.aspx
Please add the following things in Kendo UI validators for compare, password length check, password complexity check, RangeValidator, ValidationSummary
Of course we all want folks to buy Kendo (to support further development) but even as someone with a licence to the product (as part of my Ultimate Collection) I am often prevented from using KendoUI with clients by the licensing confusion that is the GPL. My clients understand that t is covered by my commercial license to code for them, and they can use it royalty free. The problem is int he future and ongoing compliance. What they absolutely do not want is to have to make sure any dev who will ever touch that code in the future is ALSO a telerik licensee. It is simply too much to keep track of for a UI toolkit. You will sell more copies and greatly improve the ability of your evangelists to get Kendo into the market if you move to a significantly more client friendly license.
It would be great if there are customization of categoryAxis label when ploting has both +ve and -ve values. The label need to be settled down at bottom (base line) automatically when there are negative values and same for +ve values.
While I think it is great you guys are doing support for Visual Studio where is the support for DreamWeaver? Is there anyone working on this? There is a jQuery Mobile set of tags in the "Insert" section of the IDE. It would be great if we had a set of tools for Kendo UI Web, Charting and Mobile.
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