Kendo UI Feedback
Kendo UI is a modern HTML5, jQuery-based framework that provides everything you need to build sites and mobile apps with HTML and JavaScript. It is provided in three parts: Kendo UI Web, DataViz, and Mobile.
Download a free Kendo UI Trial
Try Kendo UI Online Demos
Help make Kendo UI better by sharing and voting on ideas here! Deal? Cool. Thanks.
-
Documentation on code architecture for big Single Page Apps
Big SPA projects need to have an architecture for the code, some structure. Current examples for SPA are suitable for small apps, so some docs/examples/guidelines for bigger projects would be useful.
102 votesDerick Bailey has started a blog series on the new SPA features, which you can find here: http://www.kendoui.com/blogs/teamblog/posts/13-04-18/a-day-at-the-spa-with-kendo.view.aspx. He’ll be following up with docs and screencasts over the coming months.
-
jQuery-menu-aim - Amazon menu style
I would suggest to enter the function menu script that is described in the following link. This is an interesting application that really makes it easy to navigate the menus user an.
http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
123 votesthanks for the suggestion!
-
Use fully semantic HTML to support mobile and browser native functionality
I know you have special tag structure so that you can implement certain features. However, for UI elements like the drop-down, numeric input and date-picker, it would be really great to use (or have an alternative control to us) native html elements and data- attributes that are easily recognized by mobile devices and newer, desktop browsers. For example, for the drop-down, it would be great for it to render a select so that when received by a mobile device, the native option selector can take over. I am posting this in the Web controls for those of us creating responsive…
36 votes -
Support Unicode characters in a Grid's toolbar buttons, e.g. ö,é,ñ,å
When creating a multilingual website I've realized, non-English unicode characters are not supported by the Grid's toolbar buttons. The toolbar won't be created and the Grid's setup cancelled. So, also no read function called or anything else.
Strangely it also killed the functionality of my Razor DropDownList for language selection despite no connection other than both using JavaScript.116 votesthanks for the suggestion!
-
Apply Modell Settings to the HTML View on kendo.bind
Suppose a model is defined with settings for editable, required, validation, etc. Then this model is used a datasource's schema.
Instances of the datasource's data will be models. However, if a model is bound to some HTML view, it's settings are not applied to the view. All settings have to be manually applied to the HTML elements.
I suggest that these settings are applied automatically. Then for example, a field's property like "required" wouldn't have to be coded at two different places.
103 votesInteresting idea, Michael, thanks for the suggestion. I wonder if this might make for a nice addition to our Plugins project over at the Kendo UI Labs (https://github.com/kendo-labs/kendo-plugins) What do you think? Is this something you’d be willing & able to work with us on?
-
Allow to consume SignalR Hub methods as datasource.
signalR gives the possibility to quasi direct connection to the server side with easy parameter passing and easy implementation.
61 votes -
Bubble Count On Mobile ListView
Bubble count on mobile list view like jquery mobile
13 votes -
Hierarchical Datasource filters
Possibility to add filters to hierarchical datasource, that execute recursively.
Use case: In TreeView we need to search for some element text, we need to see elements that contain some text and their parents expanded. Filtering could be usefull here.54 votes -
Slideout menu/panel much like FB, Gmail and jQuery Mobile have
Ability to have a hidden menu that slides in or pops in much like the other apps and frameworks have.
55 votesThis will be implemented for our Q2 2013 release
-
Support templates in the DropDownList selected value
Currently templates are only supported when the DropDownList is in an open state. Ideally, the DropDownList should have the ability to display a template when in a closed (selected) state as well.
A common use case is to display icons next to the dataTextField. However in it's current state, when an item is selected the icon is no longer able to be displayed.
57 votes -
delay for kendo.ui.progress
add delay parameter in miliseconds for the kendo.ui.progress so you don't see your container blinking if your ajax calls are fast.
30 votes -
Add Excel Auto filter(Multiselect checkboxes) or DevExpress Filter
Although Kendo has fency filters with different operators (StartsWith, Contains) on different columns based on data type, Most business users like to have excel AutoFilter(Multi select checkbox) where they can choose what companies, countries they want to see
You can see a live demo here at - select company, country or any other column.
http://demos.devexpress.com/MVC/GridView/Filtering7 votes -
Add Min Width Property to Grid Column
Add Min Width Property to Grid Column so that a user can't manually shrink a column beyond a certain width.
13 votes -
faster kinetic scrolling for large lists
When displaying a large list (hundreds of items) in a list-view it takes a long time with many flicks to get to the bottom. I've been testing on a Galaxy Nexus, and in my gmail I can get to the bottom of my list of emails (hundreds) in just a couple of flicks.
It seems the kinetic scrolling in kendo ui mobile doesn't scale well with longer lists, it scrolls the same number of items no matter the size of the list. Whereas the native behaviour seems to keep scrolling for longer and faster, scaling with the size of the…
22 votesHi Dean,
Thanks for the suggestion. This is on our radar for an upcoming release.
-
Menu - set item highlighted when clicked
Menu - set item highlighted when clicked
Example: If I click HOME I want home remain highlighted, if I click another item set this item highlighted9 votes -
MVVM support for Panelbar
Add MVVM support for PanelBar, so sections can be added dynamicaly from ViewModel. Currently no MVVM support exists for PanelBar, but there is already MVVM support implemented for TreeView (both of them use hierarchical datasource).
28 votesThanks for the suggestion, Kalin.
-
Editor: Support pasting uncleaned from Word
The editor should be able to paste text from word 1:1. Currently it's not working wekk,
Have a look at this post in your support forum: http://www.kendoui.com/forums/ui/editor/copy-text-from-office-to-editor.aspx
9 votes -
StockData.mdf
I've downloded a free Kendo UI Trial. Unfortunately there aren't StockData.mdf in Template project. Can you fix this issue? I'm choosing component base for our company and it realy prevents me.
3 votes -
Possibility to change the style generated when grid .Scrollable(true)
If a Kendo-Grid is set with .Scrollable(true) the height of the grid get a style with "height:200px;". This seems to be unchangeable without edit the Kendo Source code. But in my opinion this is somehow needed. Of cource it could be changed later with some javascript code but why so intricate? It would be much more efficient to "change" the css i want on the fly.
E.g.
.ScrollableStyle(new { @class = "max-height:300px;" })6 votes -
KendoUI MVC Serverside wrappers should allow exporting grid data to PDF, Excel and CSV.
KendoUI MVC Serverside wrappers should allow exporting grid data to PDF, Excel and CSV. While this has been asked for before, what I am asking is that this feature be part of the KendoUI complete with server side wrappers so that this is no longer just a limitation with the client-side framework. Every business application we have with grids requires the ability to export in PDF, Excel and CSV formats.
107 votes
- Don't see your idea?