Kind of common header to few columns
It would be nice to have a control such as iOS datetime picker http://www.dosomethinghere.com/wp-content/uploads/2010/11/datetimepicker.png - and it would be even better if we coulld have a combobox similar to the datetime picker where we have only one scroll to select a perticular text!!
As per this forum post: http://www.kendoui.com//forums/mvc/grid/bug-grouping-name-does-not-honor-mvc-attributes.aspx, the MVC Helpers for the Grid honor the Display attribute in certain situations, but not others.Namely, when a column with a [Display] attribute is turned into a Group, the DisplayAttribute.Name is no longer honored. But even that is technically not the correct behavior. The correct behavior is for the group to use DisplayAttribute.GroupName, then DisplayAttribute.Name if the GroupName is not specified.
Try tabbing through a form with a bunch of inputs and tabbing onto a button at the end. Although it works you can't tell because the button doesn't indicate the focus!
I hate to create or have hardcoded ui in my view. Similiar with what Silverlight does with the dataform ,if i bind my form to a model for each property in my model Kendo could create the label and the right input field on the ui.
DatePicker/TimePicker. Please consider adding an option to hide/show datepicker icon, and the another option to show the datepicker popup on field focus. Both of these options are available in the Telerik Asp.NET Mvc Ext
I created a custom theme using the theme builder. I then created a grid (using the MVC wrappers) and included a column menu. When I drop down the column menu there are no sprites drawn for sort, filter etc - there are in the provided Telerik themes. These images should also be included with custom themes.
Position the grid's sorting icon on the left side of the column header so that it is always visible even when the column header's label is wider than the columns width. This will also eliminate the icon overlap of a narrow column that is sorted and also has the "columnMenu" option set to "true"
It looks like .restore() doesn't return the window object as it should, breaking chaining. Example: - This works: mywin.data('kendoWindow').title("hi").open().toFront().restore(); - This does not work. It will throw "Cannot call method 'toFront' of undefined" in latest version of Chrome. mywin.data('kendoWindow').title("hi").open().restore().toFront();
Please add a close event to the ActionSheet. This could be used in conjunction with the open event to allow the user to use the back button on Android to close the ActionSheet.
Kendo UI is great but it does not work with the integrated webkit in Qt.
The possibility to have both edit modes in a grid. I want to (for example) instant edit my columns in the grid, but also have a (custom) popup window wich will allow me to edit more fields not included in the grid (but still in the datasource ofcourse).
It would be great if there was ability to freeze key columns in grid similar to freeze pane in excel this is a much demanded functionality atleast in my organization
I'd like to suggest the support of animated scrolling for the scrollTo() method of Kendo UI mobile scroller
The Switch element is styled after the iOS 4 and earlier rounded rectangle instead of the round switch used in iOS 5 and later. It's certainly possible to do this newer style using css/js as well and it would help apps built with KendoUI from diverging from the controls used in the rest of the OS. http://css3wizardry.com/2011/12/18/ios-5-style-switch-control/
KendoUI would seriously benefit from some killer apps and more marketing in general. A showcase gallery would be a great place to start.
If I use text method for changing the text of a node in a treeview, the icon gets removed. Same happens if the dataSource is an observableHierarchy object and I use set("text", newText).
Sorting accented characters currently is not supported out-of-the-box and we must use ServerSorting to be able to custom sort the items and send them to the Grid. The grid should sort accented characters directly on the client.