Right now, editing in the grid seems to be on a per-cell basis. I would prefer a model where each row has an edit button, and when clicked, it would put the row into edit mode. A save / cancel button would then be available to validate and save or cancel the edit.
The minimize function does not work when added to a kendoWindow. A North pointing triangle is added to the title bar bu nothing happens when clicked. Also restricting the Maximize to the parent containier (DIV) as suggested by another user should be implemented soon.
I would really like a ProgressBar control. The reason why I want a progressbar control in kendo ui is so that the look and feel of my application is consistent throughout.
It looks like a Funnel chart type is one of the typically missing chart types from many html5 chart libs, currently. It's pretty useful and including it in dataWiz would give you a competitive edge towards other chart libs ;-)
For the app we're currently building, a chromeless, modal window would have saved us lots of time and coding and there are other applications where this could be very useful (especially in the ad serving industry for instance allowing affiliate marketers to place various javascript widgets on their sites that load remote content, etc).
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)
Just like jqGrid~ and user can chioce which col can be hide~
Please add labelText option to the DropDown and ComboBox controls so it would be easier to add labels instead of having to manipulate the data source (especially when using a remote data source) to insert a first option as a label. This is currently an annoyance with the Telerik Controls as well. Thank you. Something simple like: $('#Country').kendoDropDownList({... dataTextField: "CountryName", dataValueField: "CountryCode", labelText: "[Select Country]" }); This would eliminate lots of unnecessary coding or messing with the .js files to implement this ourselves (and having to re-do it each time when upgrading).
Please provide support (e.g. base classes) to help structuring and modularizing applications. Otherwise the framework is another control library and will not compete with full JS/HTML5 like frameworks like Sproutcore, ExtJS4. Most of the UI frameworks lacks of such support, especial for building serious enterprise applications.
Just test the basic usage sample on the web site. If you are able to set all splitters as you wish, you are the king! All other controls work as expected.
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.
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).
Element to chose color. That is usefull forvisual template bulders and CSS editors and more. I am curently needing this UI
http://www.kendoui.com/forums/integration/integration/kendo-ui-requirejs.aspx
http://www.requirejs.org/ might be a good fit.
handle RTL support in this awesome package. We really need such feature for using this library in our RTL-Language-Based Clients' projects.
Would be nice to have helper/wrappers for KendoUI for ASP.NET MVC 3
Having the ability to create "right mouse click" context menus would be very nice.
Hi, The combobox and autocomplete are ok - but I think the usability and functionality could be dramatically be improved with better filtering, support for option groups and support for multi-select. Can you please enhance the these controls to behave more like the Chosen dropdown control? http://harvesthq.github.com/chosen/ Thanks, Glenn