Simple edit like <input type="text" but with full support of skins and Mask. With this the current date piker and roadmap numeric input you gave a full control scheme with all the skins applied.
I'm reposting this as a bug since currently when multiple windows are created, the zIndex never gets adjusted like in telerik.window.js hence it is impossible to have dynamically created windows without having to fix the zIndex manually for each new window. And once you adjust the zIndex on one window, it always stays on top. Original post with comments: http://kendo.uservoice.com/forums/127393-kendo-ui-beta-feedback/category/31821-bugs
Please consider adding a Pivot Grid control to your UI library.
From: Cary Abramoff Date: 11/14/2011 6:11:04 PM Hi, I have a need to have multiple windows interact. The problem is, unlike your RadWindows for Ajax which will always be on top after receiving a mouse click, not so with the Kendo UI windows. I will explain. I open window A. Window A launches window B. Window B is UNDER window A. I have written JQuery to search for the divs with the k-window classes, find the title span, and set the z-index behaviors I want but this is not as elegant as the behavior of your own RadWindows in the Telerik Ajax suite which I use on my other big ASP.NET project. I believe your windows need to do 2 things for official v1 release. A- Minimize B- Whenever a window receives focus it should have the highest z-index. Thanks!! Cary
I imagine this would be difficult, but it's a feature that we would most certainly need if we ever were to make this our primary framework... A server-side excel file could be generated as-is, but the problem is that users expect the document to be identical to the grid they are viewing. If they do any filtering/grouping/sorting, they expect the resulting excel document to match. The current Telerik winforms RadGridView does a wonderful job at this and produces an xml excel document - this would be the ideal behavior to duplicate..
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.
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).
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