Having the ability to do "in-line edits" can sometimes be helpful. Here is a link to a jquery plugin I use often. Perhaps this would be something useful for Kendo. http://www.appelsiini.net/projects/jeditable
SNS and e-business always use this for make a comment.
Just like jqGrid~ and user can chioce which col can be hide~
it seems that KendoUI will replace Telerik MVC Controls in near future. Yet there is no clear update path to inform developers about the migration roadmap (when will the mvc controls expire?). As a customer who recently bought MVC Controls, I'm also hoping for update discounts or some "grace period" (e.g. get a free kendo ui license if you bought the MVC controls 3 months before Kendo's launch)
When we do some pages just like register, we need step by step, a smart wizard plugin will be useful.
Having the ability to create "WYSIWYG Text and HTML Editor" would be excited.
http://www.kendoui.com/forums/integration/integration/kendo-ui-requirejs.aspx
when invoking kedno there is an error 'b is undefined'. You should provide information about which version of jquery is required to run kendo safely.
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
Buttons that works like checkbox. First click it is on an highlighted second click it is off
What i think of it is converting checkboxes list into more friendlu UI element. For example we have list of checkboxes with the same name but different key Name="checkname[1]" and so on. So i set something like $(".checkbox[name=Checkname]").kendoCeckboxes() Then kendo convert it in to togle buttons. You can set how namy columns for example. And it will convert to something like table with every cell as toggle button and selected options are highlighted. Of course you do not use table html elemnt i just describe idea. This will be more friendly as on desktops as on tablets.
Elements for trivial 2 choice radio buttons like show/hide, Yes/No, etc... Of course i can use radiobuttons but for this trivial task somethong like iPhone on/off button would be more intuitive.
Element to chose color. That is usefull forvisual template bulders and CSS editors and more. I am curently needing this UI
That would be great if you create UI element Ribbon. With automatic buttons scaling on window resize.
For example. I have article and I attached 3 files to it. Now i open article for edit because I want to add 2 more files but delete one. Of course i could make separate list of already uploaded files. But better would be to give to this UI element list of files to be populated on initialization.
Posted 1 hour ago (permalink) Another important thing for upload element is file list template. Somethink like <script id="template" type="text/x-kendo-template"> <div>#= filename #, [#= filesize#] <span class="menu"> <ul> <li>#= button_delete #</li> <li><input class="k-button" value="Insert into text" onclick="insert()"></li> <li><input class="k-button" value="Copy path to bufer" onclick="copy()"></li> </ul> </span> </div> </script> This way i can path either tmplate ID or template object and affect list of files. Because upload is a very important thing nowadays and usually require more options than just upload.
When working with AJAX it's essential to be able to validate a form on the fly, return errors, and deal with them without needing to actually submit the form. Please make sure the validation library works as a callable method rather than just a form submit event binding.
If it is at all possible, please implement drag & drop inside the grid to enable users who need to manually sort items in order of importance (for instance a list of books I they wish to show in certain order).
Please allow for the creation of custom UI widgets and plugins that can be tied closely with the rest of the framework similar to how jQuery plugins work but better ;) Start off by providing good documentation of the different classes (both JS and CSS) that developers can and should use and provide guidelines for writing custom code so third party controls and extensions follow similar style (visually and programatically). Also adding a Kendo Marketplace or something like this where developers can publish their plugins and other can vote/comment on them would be great for everyone. jQuery UI and the plugins that are available there are great but I think Kendo UI and the Kendo community can do better especially if we set the bar a little higher from the get go.