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/
Declined
Last Updated: 01 Apr 2017 12:14 by Telerik Admin
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
3
Completed
Last Updated: 31 Mar 2017 06:24 by Telerik Admin
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
Presently, widget zoom events are only triggered from the mouse scroll wheel.

Please support zoom via touch input.
Declined
Last Updated: 23 Mar 2017 09:14 by ADMIN
Created by: Maxim
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
2
Ability to use template apposed to field(s) in dataTextField and dataValueField. This feature will make control more flexible and customizable on client side. 
Declined
Last Updated: 21 Mar 2017 19:08 by Pavel
Created by: Pranay
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be great if Telerik gives same themes for AJAX and MVC. As new projects are developed using MVC and to match theme to old AJAX project it will be helpful.

When ever if any out-of-box theme is available in AJAX please provide same theme in MVC also.

Thanks
Completed
Last Updated: 16 Mar 2017 18:32 by ADMIN
Created by: Wannes
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
The Globalization cultures contain the zero-based UTC date format "u".
However, when parsing or formatting a date using this "u" format, a wrong date comes out.
The local hours are not offset to the zero-based UTC format. End-users will see a wrong local date parsed from a UTC date,  and a wrong UTC date formatted from a local date.

Please add proper UTC support to Kendo UI.
Declined
Last Updated: 08 Mar 2017 14:29 by Telerik Admin
Created by: Abhinay
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
csv file is much lighter than json. For flat data to be represented in grid layout, need to support this format for grid.
Declined
Last Updated: 08 Mar 2017 14:02 by Telerik Admin
Created by: Desu
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
If Kendo tooltip configured closeToHide: true, then the kendo tooltip only hide when the close (x) icon clicked. The tooltip will still appear if user scroll mouse or click at another area on browser.


Currently kendo tooltip will be hide when user scroll mouse or click at another area on browser even if it was already configured autoHide: false
Completed
Last Updated: 09 Feb 2017 12:56 by ADMIN
Created by: Imported User
Comments: 30
Category: Kendo UI for jQuery
Type: Feature Request
120
Completed
Last Updated: 07 Feb 2017 14:08 by ADMIN
Created by: Vincenzo
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
54
ASP NET MVC provides jquery.validate.unobtrusive validation that, using jQuery validation, let us set validation attributes into model class.
http://weblogs.asp.net/mikaelsoderstrom/archive/2010/10/06/unobtrusive-validation-in-asp-net-mvc-3.aspx
Would be nice if it may work also with kendo ui validation.
Completed
Last Updated: 03 Feb 2017 10:56 by ADMIN
Created by: icebits
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
22
Very hard to coloring the icon (only black and white if using sprites). I need to color the icon especially during validation when invalid. And second, I also want standardize icon in my project with glyphicons.