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: 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. 
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.
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. 
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".
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
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
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
Declined
Last Updated: 31 Jan 2017 18:30 by Christopher
Created by: Robert
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
9
Support row templates in conjunction with frozen / locked columns
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 Nov 2016 13:31 by Robert Madrian
Created by: IKKI
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
I want specific column in Kendo UI grid canbe disable columnMenu! Now only can disable sortable and filterable but not the whole columnMenu~
Declined
Last Updated: 09 Nov 2016 00:18 by ADMIN
Created by: mgs
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
It is possible to add commands to the toolbar. However, if you only need one or two commands (such as an "add record" button), this means wasted vertical space.

So I appreciated if Kendo supported the creation of additional commands in the Pageable Bar.
Declined
Last Updated: 07 Oct 2016 12:13 by ADMIN
A Pluralsight Course or Telerik Video Training, building a real App with KendoUI Mobile and AngularJS in AppBuilder that shows MVVM, remote DataSources, SQL Storage on the device, BarcodeScanner, Analytics and Backend Services.
Declined
Last Updated: 26 Jul 2016 13:50 by ArtB
Created by: kamesh
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Please enhance 'Grid copy' feature on Kendo grid to copy column headers also to excel.
Declined
Last Updated: 05 Jul 2016 07:57 by O
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
ListView selectable feature could be done better. One thing has been bothering me. Here's an example: http://demos.telerik.com/kendo-ui/listview/selection Go to the last page and try to select outside of list items. Problem is that it isn't possible. Maybe Telerik has thought that user also has to be able to select text normally. But for instance in Windows Explorer you can begin selection anywhere inside the window and I think the user expects that behavior.