Declined
Last Updated: 17 Jul 2018 11:49 by Stuart Hemming
Created by: Sergey
Comments: 35
Category: Kendo UI for jQuery
Type: Feature Request
183
That would be great if you create UI element Ribbon. With automatic buttons scaling on window resize.
Declined
Last Updated: 09 Jun 2020 10:36 by soroush
Greetings

Please add this feature (Persian Calendar) into a valuable package

Thanks to the team
Declined
Last Updated: 21 Nov 2014 14:27 by ADMIN
Created by: Imported User
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
142
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...
Declined
Last Updated: 30 Jun 2020 08:30 by ADMIN
Created by: Imported User
Comments: 26
Category: Kendo UI for jQuery
Type: Feature Request
128
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
Declined
Last Updated: 20 Nov 2014 19:20 by ADMIN
Created by: Joshua
Comments: 11
Category: MVVM
Type: Feature Request
107
MVVM is still lacking some of the capability that is provided by the standard widgets. For example a tooltip cannot bind it's content property to a function in a viewmodel. 
Declined
Last Updated: 10 May 2016 15:25 by ADMIN
Created by: Imported User
Comments: 2
Category: SPA
Type: Feature Request
95
Hi,
i think SPA View needs to be extended with tools to dynamically load new view template/scripts for scenarios (if already loaded dont call server load) in with there are many views that cannot be loaded af first time. Maybe it could implement it as a sort of view datasource for example based on server side with web-api or similar. It can be also extended with a binding for initial view script execution. It will be interesting also the ability of collect rendered or loaded view to quick reuse them with switch transition (extend layout switch with animation switch).
Declined
Last Updated: 16 Mar 2021 12:48 by ADMIN
It would be exponentially helpful if the "ObservableArray" implemented some basic "Where/Select/Single" methods. This would assist in searching through them and give Kendo UI a much needed facelift in the array department.

Behavior would be, theoretically, as follows...

var viewModel = kendo.observable({
    Users: [
    {
       id: 1,
       name: "Stacey"
     },
     {
       id: 2,
       name: "Dylan"
     },
     {
       id: 3,
       name: "John"
     }
 ]
});

var idSearch = 1;

var result = kendo.Search(viewModelArray).Where(function(x) { return x.id == idSearch });

or ...

var result = kendo.Search(viewModelArray)
.Single(function(x) { return x.id == idSearch });

or possibly even chained like in "linqjs"

var result = kendo.Search(viewModelArray)
.Where(function(x) { return x.id == idSearch })
.Single();

Declined
Last Updated: 29 Mar 2021 06:55 by ADMIN
Created by: Kjartan Valur
Comments: 7
Category: Window
Type: Feature Request
59
It would be really nice to have an easy way to dynamically create Kendo Windows in AngularJS. And also with separate controller and template.

https://github.com/kjartanvalur/angular-kendo-window

Here i´m trying to do this but it would be really good to have a similar way integrated into Kendo. There is also a demo on the repo.

http://plnkr.co/edit/6lyrblMhZ5ofuonmGoPZ?p=preview
Declined
Last Updated: 12 Sep 2013 15:39 by ADMIN
Created by: Vladimir
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
51
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
Declined
Last Updated: 02 Dec 2021 09:41 by ADMIN
Created by: Imported User
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
50
It would be great if there was a wrapper library for Ember.js similar to the kendo-labs libraries for Angular and Knockout.
Declined
Last Updated: 10 May 2016 16:56 by ADMIN
Created by: Saurav
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
44
 the splash image while loading the web app initially, well, at least for the ios devices.
Declined
Last Updated: 10 May 2016 13:50 by ADMIN
Created by: Денис
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
38
Example of existing:
http://jscrollpane.kelvinluck.com/

Standart scrolling in windows sucks (and takes mush space).
,Kendo Grid has to have designable scrolls, pls :)
Declined
Last Updated: 27 Feb 2015 21:31 by ADMIN
Created by: Oscar
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
34
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. :)
Declined
Last Updated: 10 Jun 2021 06:30 by ADMIN
Created by: Pierpaolo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
28
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!
Declined
Last Updated: 17 Jan 2017 09:39 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
25
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
Declined
Last Updated: 10 May 2016 15:00 by ADMIN
Created by: Marcelo
Comments: 1
Category: Data Source
Type: Feature Request
25
Replace the current implementation of ObservableObject/ObservableArray with the new js features Object.observe/Array.observe.
Declined
Last Updated: 11 Jul 2013 07:03 by ADMIN
Created by: Jason
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
24
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.
Declined
Last Updated: 18 Jun 2021 10:36 by ADMIN
Created by: anirudh
Comments: 6
Category: Templates
Type: Feature Request
23
Hi,

We're building a large JS app that uses jQuery templates. When the number of templates got out of hand, I moved it to another HTML page, and did a $.get("templates.html") and appended that to the DOM.

We load each template one by one. We wanted to do parallel loading using something similar to head.js

Maybe you guys can come up with a way of doing it neater. Maybe something like this:

kendo.templates.remote = ['templates1.html', 'templates2.html'];
kendo.ready(function(){ //kick ass! });
Declined
Last Updated: 01 Apr 2021 10:44 by ADMIN
Created by: Imported User
Comments: 4
Category: Grid
Type: Feature Request
23
We are needing the virtual scrolling to work for our project and also need the detail rows working. The explaination of the problem was described on the forums here:
http://www.kendoui.com/forums/ui/grid/hidden-detail-row-when-using-detail-template-and-virtual-scrolling.aspx
Declined
Last Updated: 27 Feb 2015 21:24 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
23
Add similar functionality as AngularJS has:
http://mgcrea.github.com/angular-strap/
1 2 3 4 5 6