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.
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).
Hi, Need color ranges for the Y-axis in the line chart. This will enable the users to identify within which range the values falls with.
Try looking at http://docs.kendoui.com/api/web/treeview There's both a method and an event named "select", picking the "select" event navigates to the "select" method instead. Consider prefixing the #select anchor, e.g. #method-select and #event-select to avoid conflict.
Allow actionsheet to be databound to a DataSource