With native IOS, Android programs we can put the field prompt (for example User or Password) as a string in the input field that goes away when data is entered and when the field is cleared shows up again. Is this possible to add?
DatePicker/TimePicker. Please consider adding an option to hide/show datepicker icon, and the another option to show the datepicker popup on field focus. Both of these options are available in the Telerik Asp.NET Mvc Ext
On Kendo's grid Custom Command, there's a bug with "text" object of "command". The bug is we can't use space in the "text" object, not even %20. This is because the "text" object is appended on class attribute of the command button.
On Kendo's grid Custom Command, there's a bug with "text" object of "command". The bug is we can't use space in the "text" object, not even %20. This is because the "text" object is appended on class attribute of the command button.
We just want to update/edit the Mysql data. Is there any possibilities to do this type of job in Kendo Editor. Please provide me suitable help on it.
ASP.NET MVC 4 RC bundle and minimize function useless with kendoui's CSS. When ASP.NET MVC-s built-in bundling is enabled, kendoui's css-es are broked in the minification. There are some other miscrepancy between MVC 4 default sites.css and kendoui's CSS-es. I'm using 2012.1.322 kendoui version.
Good point - this will be discussed for the Kendo UI versions that are to come.
It would be nice to have a control such as iOS datetime picker http://www.dosomethinghere.com/wp-content/uploads/2010/11/datetimepicker.png - and it would be even better if we coulld have a combobox similar to the datetime picker where we have only one scroll to select a perticular text!!
Please do for PHP devs what you've done for .Net devs in the Q2 release!
If I have a list view, and I want users to be able to drag and drop to re-order things. A config option of reorderable that would use your drag and drop kit would do the trick.
Templates can currently be used in chart labels. It would also be nice if templates could be applied to the chart legend.
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).