Hello Brandon, the URL (http://jsfiddle.net/bsatrom) you send to me is used for Grid correct... I want Hyperlink to Pie Chart Label... using custom templates I did that but some browser does not support hyperlink tag inside the SVG <text> tag. Please let me know how do I do that.... also I want to suggest you that add new event double click in kendoChart like seriesClick... Thanks, Amol.
The possiblity to have a slider on graphs. We have a lot of data to graph and presently it just makes the columns or bar smaller trying to fit everything in the area allowed. if needed I can send an exemple to show what we would like to have.
Of course we all want folks to buy Kendo (to support further development) but even as someone with a licence to the product (as part of my Ultimate Collection) I am often prevented from using KendoUI with clients by the licensing confusion that is the GPL. My clients understand that t is covered by my commercial license to code for them, and they can use it royalty free. The problem is int he future and ongoing compliance. What they absolutely do not want is to have to make sure any dev who will ever touch that code in the future is ALSO a telerik licensee. It is simply too much to keep track of for a UI toolkit. You will sell more copies and greatly improve the ability of your evangelists to get Kendo into the market if you move to a significantly more client friendly license.
Make the grid reactive, in that when the window gets small enough(mobile size), a possibility could be to have one total column. So instead of a row having 4 columns, each row would have 4 subrows; i.e., it would look more like a treeview.
The grid should be able to have columns added/removed as needed when the data source and columns change. Currently, the grid must be recreated from scratch, which is tedious. This is especially difficult if you want to preserve state of widgets that might be in the grid's toolbar.
The editor is good, but I'd like the ability to add a drop-down to the toolbar that contains predefined styles that I could apply to elements being edited. These styles would simply be classes, not inline CSS. For example, I might have a style named "Introduction" that applied the class of "intro" to the element I have selected.
I like the Wpf/Silverlight version. But it should be possible in HTML also: Telerik has in the ASP.NET for Ajax a RadDock. Can we have something like this sort of MDI interface in Kendo
Hey, I am not sure, if it is a bug, or if I am just wrong, but I tried this: $(".DatePicker").kendoDatePicker(); $(".DatePicker").data("kendoDatePicker").enable(false); $(".NumericTextBox").kendoNumericTextBox(); $(".NumericTextBox").data("kendoNumericTextBox").enable(false); This works fine for all DatePickers, but on NumericTextBoxes it thows an exception ("object is null or undefined"). Using ids to enable/disable NumericTextBoxes works though.
would be great to be able to set the datasource of a grid to xml (or mvc 4 data).
Add a new feature to easily export/import current grid settings, such as the column size, page index, page size, column index, etc. This is useful for saving/restoring individual user's custom grid. This can be added to other databound widgets, too, such as the ListView. Based on this thread that I created: http://www.kendoui.com/forums/ui/grid/save-load-grid-settings.aspx
It would be great to have file manager support in addition to the image manager for the HTML editor. Some sort of way to upload resources, organize them, crop (for images), and ultimately select from a picker to be included in the HTML markup.
It would be great if users could hide or show columns. Typically this would be done by a popup with on the right a list of all displayed columns, on the left a list of all hidden columns. Users move columns to the right or left by using arrows, double-click or drag-drop. In the same pop-up they should be able to change the order of the columns.
Create light-weight Diagram visualization control/wrapper.It may integrate with Telerik's Silverlight/WPF RadDiagram framework. http://www.telerik.com/products/silverlight/controls/diagrams.aspx
We need a pager beyond the grid guys. Did I miss this one? Honestly Kendo Widgets would be good enough so we could build our own components for things like this.
DataSource should be more feature rich. I consider following features a must in order to be able to develop complex UI's without the current pain - Multimple models definition - Associations between models - BelongsTo - HasMany - Lazy load of associations! - Allow use a REST approach for associations (send updates over a HasMany association to a service) - Allow send the complete object - Association validations - Unique - Exists - Min/Max number of elements
Knockout.js is a de-facto standard. It would be nice if KendoUI supported Knockout so developers could use just one paradigm of bindings/observables/templates/etc.
I was really looking forward to using Kendo UI Mobile, but the one control that was critical for my idea was a slider, which is missing from the Mobile package and, apparently, not even on the roadmap.
In the long term, SPA features are absolutely necessary, especially when it comes to HTML5 apps (also in regard to Windows 8 WinRT or upshot.js - a key part of the forthcoming Microsoft RIA stack). A good SPA addresses the following issues: - real permalinks - page titles - a working back button that fully degrades - different data states like http://bit.ly/zpybmz - client side caching - asynchronous updates/communication - ...what else? (please add if I missed something) Example SPA: http://pjax.heroku.com/
Similar functionality to the jQuery UI sortable feature.
The beta text editor is looking good and has an option to insert images via url. However for most end users they will need a simple image upload. The kendoupload means you already have much of the required functionality, it just needs to upload the image and return the url. Also options such as adding title, alt, resizing and alignment will be good. We currently use ckeditor and until the advanced image options are matched will not be able to move this over to kendo.