Big SPA projects need to have an architecture for the code, some structure. Current examples for SPA are suitable for small apps, so some docs/examples/guidelines for bigger projects would be useful.
I can't select date in my kendoDatePicker when I set readonly option or call readonly method. This problem is in the new version 2013.1.319, in version 2012.3.1114 all work perfectly
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.
Add a css class to the treeview to style an item (change complete background, indent, font-style etc). Currently only a spriteCssClass is available, but is not applicable for the total line. Must be available like the spriteCssClass, so available in datasource.
As a proof-of-concept, I have reworked some of the PHP tutorial examples for a ColdFusion CFScript service.
Add the AJAX FileExplorer to the MVC Controls Toolset with additonal built-in features I would like to see: 1. Support for UNC paths so that the root folder may be located in a network share as opposed to a folder under the application folder. 2. Support for sub-pathing so that it can be dynamically programmed to support direct display of target folder without having to navigate to the target folder 3. Built-in Delete function to complement the built-in Upload function 4. Optionally select display of a checkbox column to allow for multiple selection for items to be Deleted or Downloaded 5. Built-in Progress Bar for Upload and Download functions 6. Optionally select automatic filtering of hidden files and directories from the display
Could you please provide a way to change the default 200ms fade:in modal view animation? Ideally it should work with all transitions that a standard view accepts. This suggestion is related to the following thread on the forum: http://www.kendoui.com/forums/permalink/EGf2Nau-3kuoKa0JQsqANQ
add delay parameter in miliseconds for the kendo.ui.progress so you don't see your container blinking if your ajax calls are fast.
add treeSelect example:http://www.miniui.com/demo/treeselect/lazy.html
When creating a multilingual website I've realized, non-English unicode characters are not supported by the Grid's toolbar buttons. The toolbar won't be created and the Grid's setup cancelled. So, also no read function called or anything else. Strangely it also killed the functionality of my Razor DropDownList for language selection despite no connection other than both using JavaScript.
I would suggest to enter the function menu script that is described in the following link. This is an interesting application that really makes it easy to navigate the menus user an. http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
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
It is possible to add commands to the toolbar. However, if you only need one or two commands (such as an "add record" button), this means wasted vertical space. So I appreciated if Kendo supported the creation of additional commands in the Pageable Bar.
In addition to basic Line and Area chart types, it would be great to add support for the Step Line and Step Area chart type. Examples: http://www.infragistics.com/products/jquery/sample/chart/style-chart-with-themes (switch Series Type to Step Line and Step Area) or http://www.highcharts.com/stock/demo/step-line
KendoUI "Getting Started" does not have well organized steps that first time users can follow through. It is made of fragments of somewhat related pages in no particular order, and even after going through them all (about five or six of them), you're still thinking how do I build my first application. All framework and tool vendors provide step by step getting started guide to build a simple application (commonly hello world app). This usually addresses what to download, how to setup the project, which tools or IDE can be used, a simplest possible application structure to test out if the sdk and the development environment is setup correctly. I do not see, no where, resembling something like this. Even the video sessions (about 30 of them) provided in YouTube does not provide getting started session. Strange... considering all others are nicely done.
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.
When grid use popup edit, click cancel or close, the top row removed.