please make kendoui more simple and more open.
1) Reset the scroll position of kendo ui mobile dropdownlist to top ,instead of displaying the list starting from the last selected item. 2) Put an indicator within a kendo ui mobile dropdownlist ,allowing the user to know that he/she has to scroll down to view the items below
It'd be nice if we could do this through the options and not via a css hack. In the meantime, here is a way to get around it, provided by Georgi Krustev http://jsfiddle.net/krustev/uZUjK/
Today you can scroll through the months but what if I want to scroll through years? I have to go and type instead of using the cool drop down functionallity.
Combob support for paging would show use the datasource paging settings similar to the grid control and show a label at the bottom as you scroll (Ex. "Displaying 10 of 100 items) and as you scroll increment the items in the list by the configured page size from the datasource.
When reordering the columns, it would be great if the COLUMNREORDER event would fire AFTER the columns are reordered. This would be good in situations where a column reorder triggers a request to persist the new state of the options somewhere.
Hello is it possible to Display down to hours:min:seconds in you Gannt chart product ?
Since ListView control is very often used for database oriented apps on mobile phones, it would be a great feature where a user could edit data in an offline mode, and then whenever Wifi connected is made by the mobile phone, an automatic sync takes place. This would be a top-of-the-line feature in my opinion that is not found in any other controls I have seen, and since you guys have already implemented offline mode for Kendo UI Grid, this might be quick and easy to implement.
Export the entire Kendo Window or Modal WIndow contents to PDF/PNG
Grids correctly display aggregate information in a groupFooterTemplate, but it only shows this information when the section of the group-by is visible (not collapsed). Is there a way to display the aggregate information in a template that shows when that section is collapsed?
Currently when using the Column Menu, there is no visual queue to indicate that the column has a filter applied to it.
Need "Diamond" marker type in kendo chart
TabStrip: Add vertical tabs and activate tab on hover mouse (see the JQuery UI Tools from flow player)
/*** Kendo UI Beta v2014.3.1029 ***/ We've tested the brand new TreeList today. The new TreeList needs... > checkboxes > columns should be resizeable > column reordering > frozen columns events > collapsed > expanded Take a look at the "famous" Grid / TreeList... Regards Stefan Wolf
In addition to Grunt support (which you currently support), it would be nice to have Gulp support.
On drag the cloned sortable element gets placed right below the body tag...it would be nice if it also appending a custom class that lets us get a handle on the element to style it. ...just automatically without the need to wire up something special in the initialization of the widget.
Add complex examples like the ones we find on http://dev.sencha.com/deploy/ext-4.0.0/examples/
[Edited] Create a schedule view widget in Kendo UI Web.
Please consider adding a sample Line-Of-Business (LOB) application to your demo page. This more complex LOB app demo should show KendoUI widgets working together. Here are a couple ideas: - TabStrip contents containing Grids, Graphs, complex entry form, or another nested TabStrip. - Window having other nested KendoUI widgets in its content. - Nested wigets should 'lazy' load or load on demand? - MVVM events wiring between widgets? We're new to KendoUI, and it would really help to see how a proper LOB app powered by KendoUI is built, especially with that cool MVVM. Thanks.
HI Telerik, We are coming over from the AJAX suite and have to say that the demos and documentation are horrible at best. One of the greatest strength we have seen with Telerik has been your demos of almost every variation and sample most people could come by with news ones added quite often. If there wasn't a demo you were almost sure to find it in the Documentation. The last place to look before contacting Telerik is the FORUMS but this is impossible with the way KendoUI forums use the search. It search ALL forums not just the current sub forum and pulls things back like Client Log-in pages etc.. The forum search needs to work more like the Main Telerik Forum site otherwise its impossible to use the forum unless you want to go through each forum page by page The keno UI demos are geared towards just the client side. There is very little show how to do things with the server wrapper for MVC. It would also be nice to show the service code as well for things like the data source read, create, update and destroy events for widgets like the grid etc.. Here is a sample. http://demos.kendoui.com/web/grid/editing-custom.html The demos shows the client side HTML version and if you choose the RAZOR syntax it is a completely different code than what is in the demo above. The lack of documentation makes it very frustrating to use the KendoUI. New features are great but if there isn't adequate documentation to support how to implement then many features will go unused. I hope you guys will take a serious look at the KendoUI Demo and documentation and consider making it an immediate priority to address.