Completed
Last Updated: 26 Jan 2018 16:44 by ADMIN
Created by: Venkatesh
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
Kendo not support in Chrome latest version. it get flickering

Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Declined
Last Updated: 10 Nov 2017 21:47 by Keith Davidson
Created by: Imported User
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
3
I've been using the kendo.all.d.ts TypeScript definitions file from the beginning. While its quality has increased significantly overtime, it continues to have a lot of errors and omissions. I understand the Kendo UI TS definitions file is generated from the Kendo UI documentation. So the quality of the TS definitions file is only ever going to be as good as the documentation. And that's where the errors and omissions come from. Not everything is documented or documented correctly. I think the best Kendo UI TS definitions file can only be created when the Kendo UI source code itself is migrated to TS. Now that TS version 1.0 has RTM'ed it is time to do this. Spend an entire release doing this if you have to. Who knows how many bugs TS may expose and help to fix.
Declined
Last Updated: 20 Oct 2017 15:23 by ADMIN
Created by: Brad
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy. 
Completed
Last Updated: 28 Sep 2017 21:48 by Waheed
Created by: Kyle
Comments: 19
Category: Kendo UI for jQuery
Type: Feature Request
113
Currently in Kendo UI if a user sorts a grid column and leaves the page, when they come back the sorting has been reverted. I think there should be a way to automatically save the grids sorting state (potentially in cookies) so that when a user leaves the page and comes back, the state is how they left it.
Completed
Last Updated: 28 Sep 2017 10:24 by Telerik Admin
Created by: Moisès
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
55
As Kendo UI already supports AMD Require, it should also be support CommonJS and Browserify.
Completed
Last Updated: 26 Sep 2017 16:14 by ADMIN
Created by: Shahar
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
51
Completed
Last Updated: 26 Sep 2017 14:37 by ADMIN
Created by: Mike
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
22
It would very nice to have official ReactJS binding for Kendo UI.
Completed
Last Updated: 26 Sep 2017 14:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
33
A ListBox widget with the following core features: skinnable, drag and drop to transfer items, ajax binding, support for templates.
Completed
Last Updated: 26 Sep 2017 14:30 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
36
React uses a declarative paradigm that makes it easier to reason about a JavaScript application. React computes the minimal set of changes necessary to keep your DOM up-to-date. 

Kendo UI seems not to have such an update feature. But since React works with most libraries and frameworks, please create an example app with React or make a blog post about how to use React together with Kendo UI Web.
Completed
Last Updated: 25 Sep 2017 21:28 by ADMIN
Created by: sam starobin
Comments: 19
Category: Kendo UI for jQuery
Type: Feature Request
94
This is a great framework that takes the best ideas of angular and react without being as difficult to learn as either of them.  Please consider it.
Declined
Last Updated: 22 Sep 2017 13:22 by ADMIN
Created by: Amitesh
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be good to configure the editor to support readonly . We require this behaviour where we don't want users to change text unless a specific requirement is met.
Completed
Last Updated: 21 Sep 2017 14:44 by ADMIN
Created by: Irvin
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
We've adopted React+Redux and currently building our own component library.  Is there an official statement regarding React.js integration and roadmap?
Declined
Last Updated: 24 Aug 2017 13:06 by Telerik Admin
I am trying to build  a dashboard  using telerik kendo with at least 3 template and a drop down panel from where i need to drag and drop  to those template ...
am using   
<div kendo-sortable class="col-sm-4 placeholder" id="side"
                        k-connect-with="'#main'"
                        k-placeholder="placeholder"
                        k-hint="hint"
                        k-filter="'.widget'"
                        k-on-change="dropped(kendoEvent)" style="width: 180px">...</div>


AND


   <div kendo-sortable class="col-sm-8 placeholder" id="main"
                    k-connect-with="'#side'"
                    k-placeholder="placeholder"
                    k-hint="hint"
                    k-filter="'.widget'"
                    k-on-change="dropped(kendoEvent)">....</Div> 

but by using this i can create only one template how to create rest.
Declined
Last Updated: 22 Aug 2017 16:52 by ADMIN
Created by: henok
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I think it is a common thing to use a double click event while using a grid, i don't know why you guys haven't implement it yet
Declined
Last Updated: 27 Jun 2017 06:38 by hkdave95
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
I think a Kendo UI plugin for WordPress would be a potentially massive hit with WordPress users and developers. I saw here http://www.kendoui.com/blogs/teamblog/posts/12-02-29/q_a_from_kendo_ui_webinar_q1_2012.aspx that you can use Kendo UI with WordPress. That is great, but an actual plugin would be awesome. Of course there are plenty of ways you could go about it - these are just a couple broad suggestions that come to mind. Offer a free WP plugin available to current Kendo UI customers seeking simplified integration with WP. Or, offer a premium/paid WP plugin to potential customers who would like to use Kendo UI with WordPress site(s) only. 
Unplanned
Last Updated: 23 Jun 2017 17:49 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
Declined
Last Updated: 15 Jun 2017 19:12 by Venkatesh
Created by: Dmitry
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
 if I want make my custom header (image, few rows, others) I can't do it - I need to write "title:false" and to come up the implementation of title in content.

I propose to add a few lines in the code to be able to customize header:

1. To templates:
	templates = {
		...
		existtitlebar: template(
			"<div class='k-window-actions k-header'>" +
				"# for (var i = 0; i < actions.length; i++) { #" +
					"#= action({ name: actions[i] }) #" +
				"# } #" +
			"</div>"
		),
		...
	};
2. To function "createWindow(element, options)":
	instead of "if (options.title !== false) wrapper.append(templates.titlebar(extend(templates, options)));"
	next:
		if (options.title !== false) {
			var header = contentHtml.find(KWINDOWTITLEBAR);
			if (header.length == 0) wrapper.append(templates.titlebar(extend(templates, options)));
			else wrapper.append(header.append(templates.existtitlebar(extend(templates, options))).detach());
		}

And if I write:
<div id="window">
	<header class="k-window-titlebar"><img src="some_image.png"/> Test header</header>
	Content of the Window
</div>
...
$(document).ready(function() {
	$("#window").kendoWindow();
});

I get next (ex.):
<div class="k-widget k-panel" style="padding-top: 26px; ">
	<header class="k-window-titlebar k-header" style="margin-top: -26px; ">
		<img src="some_image.png"/> Test header
		<div class="k-window-actions k-header"></div>
	</header>
	<div id="window" data-role="window" class="k-window-content k-content">
		Content of the Window
	</div>
</div>


P.S. Possible the content of "header" should be placed in "span class='k-window-title'". In this case the new template is not needed. Only override "options.title" in "createWindow".
Completed
Last Updated: 20 Apr 2017 14:19 by Telerik Admin
Created by: Kjartan Valur
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
2
Provide Microsoft Word-like authoring and editing in KendoUI using a familiar interface for your end users.  
Must support importing and exporting files to and from DOCX format.

Similar to the Telerik Silverligth and  WPF control RadRichTextBox.
http://www.telerik.com/products/silverlight/richtextbox.aspx
Completed
Last Updated: 18 Apr 2017 23:51 by Telerik Admin
Created by: John
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
I would like to be able to add workfklow specific shapes like swimlanes to kendo diagram and being able to edit their texts.
Completed
Last Updated: 03 Apr 2017 23:34 by ADMIN
Created by: Marco
Comments: 33
Category: Kendo UI for jQuery
Type: Feature Request
99
Is integration with aerelia planned?

http://aurelia.io/