That would be great if you create UI element Ribbon. With automatic buttons scaling on window resize.
Greetings Please add this feature (Persian Calendar) into a valuable package Thanks to the team
To speed up website load time dramatically, it should be possible to cache and load static KendoUI-Files from the local browser storage. Discussion / Example: http://news.ycombinator.com/item?id=4733102 Maybe KendoUI can also provide us with an API to store files, data etc. on local storage...
I'm resurrecting this on the suggestion of Todd Anglin. An earlier request for this feature was declined because modern browsers include spell check. However, there are many use cases where this is no use. In my particular case I need: - Spell Check to work in IE8 - Custom (and programmatically accessible) dictionaries - The ability to programmatically turn spell check on/off on a field by field basis
To define reusable parts of an application, developer often needs to define a model for the data, and a template for the presentation. UserControl may systemize and simplify this activity. Please look at the following links for details: http://www.nesterovsky-bros.com/weblog/2013/03/26/KendoUIUserControl.aspx http://www.nesterovsky-bros.com/weblog/2013/04/03/KendoUIExtendedModel.aspx http://www.nesterovsky-bros.com/weblog/2013/05/18/KendoUIControlsjs.aspx http://www.nesterovsky-bros.com/download/KendoUI/scripts/controls.js
It would be great if there was a wrapper library for Ember.js similar to the kendo-labs libraries for Angular and Knockout.
the splash image while loading the web app initially, well, at least for the ios devices.
Example of existing: http://jscrollpane.kelvinluck.com/ Standart scrolling in windows sucks (and takes mush space). ,Kendo Grid has to have designable scrolls, pls :)
Would be nice with some sort of table support in the rich text editor. Normally we need a very stripped down RTE since it only represents a part of a page (a block), so the bells and whistles of tinymce are a bit overkill. However it seems that even though it might be difficult to use in an RTE due to complex UI, we often get questions regarding how to insert a table into a text. Not a complex table, but just a simple table with maybe a class, some th and td's. It would be really nice if we could stop integrating tinymce and just stick to one library, with a little more beefier RTE in Kendo UI. :)
I would like to implement something similar to what proposed here: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6454228-separation-of-shapes-and-datasource-for-maps-in-da Basically, it comes to binding shape properties to data: every time data changes, the filling of the shapes is changed accordingly. Please, guys, this would be really good!
Add support for intellisense, auto-complete and syntax-highlighting to the editor. This enables the editor to be used for writing code or script. The intellisense and auto-complete rules should be customisable and support Ajax callbacks to populate. Examples: CodeMirror: http://codemirror.net Brackets: https://github.com/adobe/brackets Cloud9 Editor: http://ace.ajax.org
I can vaguely imagine reasons to rolls your own event binding functions for your widgets, but the lack of parity with the standard jquery bind() is frustrating. At the VERY least it should support namespaces so one can unbind without having to re-pass the handler to unbind. It can make for unnecessarily messy code.
It could be really nice if kendoui played well with twitter bootstrap, and widgets could be set through options to use the twitter bootstrap class names for buttons (.btn) etc. by a simple switch.
Add similar functionality as AngularJS has: http://mgcrea.github.com/angular-strap/
add delay parameter in miliseconds for the kendo.ui.progress so you don't see your container blinking if your ajax calls are fast.
There is no way to use tree as a column in a grid. A TreeGrid would use hierarchical datasource where one column would show nodes and other columns would show node properties. Here is an example (from Sencha Ext JS) http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/tree/treegrid.html
When sorting a foreign key column on grid, the sorting is performed using the value/id - which is wrong. The sorting should consider the text displayed to the user.
For KendoUI Mobile, it would be great to have a controle that display an alphabetical index (a-z), much like the Windows Phone 7 jump list. This could be bound to the first letter filter property of a list control (grid or else).
This is probably a Reporting Ask but it would be great to have a Telerik Reporting Viewer written in KendoUI/HMTL5/JS so that we can integrate with Telerik Reporting and Keep the client code clean.
When using numeric text box with AngularJS - the model value should be affected by using the arrows, just like it's affected by typing inside the control.