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.
While KendoUI Mobile has a nice and customizable iOS switch component, based on CSS and fonts, I want to suggest including to the framework also a language independent generic graphical switch component, where the ON state has an 'I' symbol and the OFF state has a 'O' symbol. This could be used as an alternative to the current CSS-version. Purely graphical version would ensure the native looks, which you can see in my forum post attachement here: http://www.kendoui.com/forums/mobile/switch/generic-i-o-style-switch.aspx
A container where we can open anyfile (i.e. doc, pdf, msg, xls,ppt,jpg, gif) currently we have to use window.open method which is not efficient!
1. Allow scrollview to be in "vertical scroll" mode 2. Allow the ability to HIDE the page indicator
hi telerik It would be great to have a calendar view similar to http://www.almanach.free.fr/ and the ability to add task to a day.
Please consider adding series transitions to charts. Trirand JQ Charts and the new Wijmo charts both have the ability to toggle the series via js. Also, drill down capabilities either via dialogues or linked grids on the same page would be a very handy feature.
Could you please supply Kendo Mobile with two Android themes - black and white. Currently, default iPhone and Android themes are absolutely different, so it requires a big effort to build an application optimized for both iPhone and Android, because you need to optimize colors in you own controls. If you build white Android theme which has more in common with iPhone theme, it will eliminate the problem.
I sugest new callbacks in scrollview, like before and after callbacks, to made easy create new behaviors, like a carousel with a previous and next buttons. And update the change callback, when I used the function scrollTo, the change callback isn`t been called.
Add a toolbar button that removes all formatting from the selected text.
This is probably a Reporting Ask but it would be great to have a Telerik Reporting Viewer written in KendoUI/HMTL5/JS so that we can integrate with Telerik Reporting and Keep the client code clean.
I can vaguely imagine reasons to rolls your own event binding functions for your widgets, but the lack of parity with the standard jquery bind() is frustrating. At the VERY least it should support namespaces so one can unbind without having to re-pass the handler to unbind. It can make for unnecessarily messy code.
When a dataviz chart is bound to a series that contains null points (for example if no data exists for a particular item on given column in data model), hovering over that series in the legend causes an error in the DataViz pointsBySeriesIndex function. A workaround is to edit the source JS function, adding a check to see if points[j] is undefined. Is it possible to fix this in future releases?
I would like to see the examples and documentation for the AngularJS integration appearing on the main Kendo UI site. Also this implies that AngularJS should be given greater priority and the integration library should be officially supported.
There should be an event on the validator to be notified when validation triggers.
Currently you cannot link from a view in Page1.html to a specific view in Page2.html. You must always load the first view of Page2 first.
This will allow the person viewing the page to get rid of unwanted columns.
can the panelbar /tabstrip provide unselect method .this method can unselect all select items
We have a need for a disabled option in the drop down list. I tried it with the Kendo UI dropDownList control, but the disabled attribute was removed in the rendering process. It is a nice control, but it could use some additional functionality.