It would be very helpful it there is an option to hide spin controls on numeric controls. Spin control are not really useful in all cases. Also setting readonly property for the control has no effect on the spin control you can still update the value by clicking the spinner. Currently in the forum a workaround was suggested using css (http://jsfiddle.net/krustev/uZUjK/). Implement this as a property for the numeric control
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.
Please add the following things in Kendo UI validators for compare, password length check, password complexity check, RangeValidator, ValidationSummary
It would be very useful feature to Enable / Disable Panelbar Item
would be great to have the option to set an image in a datagrids title, or alternatively be able to specify a title-template (like row-template but for headers)
would be great to be able to set the datasource of a grid to xml (or mvc 4 data).
it would be nice to be able to user-resize the columns with the mouse (like in jQuery-Grid Add-On).
The ability to specify the width of the Ranges in a radial gauge would be beneficial to customize how the gauges can be displayed
Add a new Kendo UI component to display a record vertically (Or add an option to the existing grid to change the orientation of the records). Usually, I was using vertical grid to display a single record but some people might need it to display more than one record (ex: when you compare items on best-buy web site) The vertical grid could also be used as a property grid (http://www.telerik.com/products/silverlight/controls/propertygrid.aspx).
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.
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
I find myself having to define fields and columns multiple times for use in grids and data sources. It would be nice to be able to use a single structure that would work for both. The visible setting would control if the field is displayed in the grid or not. For example: _myColumns = [ { field: "Position.Name", title: "Position", width: 20, type: "string", editable: true, visible: false }, { field: "Headcount.value", title: "Headcount", width: 15, type: "string", editable: true }, { field: "FTE.value", title: "FTE", width: 15, type: "string", editable: true }, { field: "EmployeeName.value", title: "EmployeeName", width: 50, type: "string", editable: true }, { field: "JobCode.value", title: "JobCode", width: 20, type: "string", editable: true }, { field: "JobTitle.value", title: "JobTitle", width: 100, type: "string", editable: true } ] then, this can be used in $().kendoGrid( { columns: mycolumns } ) and the data source $().kendo.data.DataSource( { fields: mycolumns } ).
sparklines are important data visualization that is missing. would be great to have it. you can take inspiration from http://omnipotent.net/jquery.sparkline/#s-about
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.
| category 1 | category 2 | |----------------|----------------| | col 1 | col 2 | col 3 | col 4 |
How about a easy way to build reports like invoices, labels, etc?
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,
Make the download more robust and simple
Save the state in partial postback
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.