Please add a click event to the Chart Legend similar to the seriesClick event that currently exists.
It would be nice to have an option to include a distinct list of a columns data appear in the column filter as in the silverlight grid example http://demos.telerik.com/silverlight/#GridView/FirstLook Again, as an option when configuring a grid on a column by column basis. Thanks!
I have a grid column being bound to an object. I would like to be able to filter this column on a sub-property of the object that it is bound to. In my example I have an object called Division, and I would like to be able to filter on Division.Name. Currently the filter controls all show up blank when used against an object-typed column.
Hello, There are not many templates available for creating Mobile App using Kendo UI. Are there any plans on providing some templates like the one themeforest offfers? http://themeforest.net/item/touch-mobile-tablet-html5-template/full_screen_preview/1292977 Thanks,
the baseUnit option is great; it offers us minutes, hours, days, months, years.. but not weeks. I would like to see an option to break down the granularity in weekly format.
Add a method that reverts the last edit to the grid. This way there could be an "Undo" button.
Ability to cancel default sort on the grid
It would be nice if the grid pager checked to see if a new row has been added, before allowing the page to be changed. This results in a blank row in the grid, even if the row contains a required field. Maybe ask confirmation from the user about navigating away and remove the row.
Your Silverlight editor includes the ability to embed images directly into the rich text field. This is a highly desirable quality for the rich text editor. This way, users don't need access to a web server in order to upload images. This functionality will make the add-on much easier to distribute to end user companies.
Please consider adding animation to the slider control in a similar way to the linear gauge or the ajax slider control. this would add an extra dimension to the controls capability
When I hit Update wizard, there were pending changed in TFS so the Wizard made me confirm the update failed 849 times ................................... Sample .. Get latest on checkout is not supported in local workspaces. Checking out the local version. ......csproj has been automatically checked out for editing. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.resizable.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.selectable.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.slider.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.sortable.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.splitter.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.tabstrip.min.js could not be found in your workspace, or you do not have permission to access it. The item C:\Projects\........\Scripts\kendo\2012.2.710\kendo.timepicker.min.js could not be found in your workspace, or you do not have permission to access it.
1. Dynamic content issue: Click on a tab with AJAX content, and it loads slow, while it's loading click other tab with AJAX content. You will get 2 opened tabs with loaded content as 2 divs one under another. 2. When you put your tabStrip on very end of your html document and when you want to change its tab at 1st tabStrip toggles active one (that's why html doc shrinks) and shows new one. It's content is below and you have to scroll whole page to see it. You can investigate it even in your demos pages.
HTML input of type file has a "false" default value for multiple whereas KendoUI has it set to true. In addition, KendoUI ignores multiple attribute in input definition while it uses it for the emitted HTML.
Replace de default browser scrolle bar in container widgets like splitter or panel bar
Please give some good Red color out of the box theme. Currently there is no good theme. All are ble/black/gray.
Add a dropdown text value that can be turned on or off, like "Anytime" or "None Selected". Or even better allow the programmer to change this value. One example where it is needed: In an Air Search on a travel site, there is a time value that can be sent to the reservation systems for finding flights. It is not mandatory, but it does change the results provided if time is included. In the current implementation, there is no way for a user to not choose a value.
I've been using nRoute framework on silverlight, and some MVVM features that it provides, really is a miss on kendoo ui. for example some of the "killer features": 1. On a view, you can apply url like template attribute ("Content/Views/functionality/Loadstuff/{AccountId}") and the internal routing will find that and initiate, when it is called via global static navigate method. 2. The binding of View and ViewModel is done very well. On the view model, you apply attribute that this viewmodel is working with this view. 3. Containers. You can call navigate url, and get the rendered viewmodel. This helps application composition as you can have a some layout templates, and apply custom attribute on div, like "container-url" to some internal url, and it will fetch the rendered view and put it there. 4. Communication framework. Literally a Pub/Sub. 5. Modules/Dependency tracking. For example, i have SPA application, that loads some basic controls for js, and when user clicks reporting, it will check that reporting is dependent on Dataviz, loads dataviz, and loads viewmodel. 6. Behaviors, very common things, like, ValueNotNull, ValueNull, BooleanValue for someexpression. This allow you to create more dynamic ui, without adding new code in your viewmodel
Suggested fix if (a != null && b !== null) { return a > b ? 1 : (a < b ? -1 : 0); } if (a == null && b == null) { return 0; } if (b == null) { return 1; } return -1;
Improve the xml parser so it can handle missing data that is sent in a shortcut manner. For example, NAME is blank or missing: <NAME></NAME> Shortcut manner is <NAME/>