Declined
Last Updated: 03 Mar 2020 14:41 by ADMIN
Provide or change the current default value of Aggregation from 'Max' to 'None', so that user can select his desired aggregation from UI.
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: 24 Mar 2015 08:38 by ADMIN
ADMIN
Created by: John Bristowe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In addition to Grunt support (which you currently support), it would be nice to have Gulp support.
Completed
Last Updated: 24 Mar 2015 08:24 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
On drag the cloned sortable element gets placed right below the body tag...it would be nice if it also appending a custom class that lets us get a handle on the element to style it.

...just automatically without the need to wire up something special in the initialization of the widget.
Declined
Last Updated: 20 Mar 2015 10:57 by ADMIN
Created by: Rebecca
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Toolbar buttons have a toggle attribute available, but it should be extended to all buttons (stand alone and editor) as well.
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: 17 Mar 2015 15:35 by Michele
Created by: Michele
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be really nices to have the possibility to customize the kendogrid buttons icons (for example using Font Awesome) 

For example the Save changes and Edit changes button's customization is not supported

Completed
Last Updated: 28 Mar 2015 19:45 by ADMIN
Created by: Vasim
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Export the entire Kendo Window or Modal WIndow contents to PDF/PNG
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.
Declined
Last Updated: 11 Nov 2021 12:13 by ADMIN
Created by: Pavel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a validator that validates not HTML elements, but  model properties (after all when using MVVM HTML is bound to properties). Consider the following scenarios: A property is not directly bound to an HTML input. For example, I have a collection propery and my model is valid only if it contains at least N elements. Or if collection elements have date or time fields, overlaps are not allowed, and so on.
Completed
Last Updated: 06 Jan 2016 15:53 by ADMIN
Created by: Cheong
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
5
As there isnt a pure spreadsheet control, adding this function will allow users to still make changes in excel but visualize it in the app.
Completed
Last Updated: 16 Mar 2015 14:15 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I hardly found 10-12 themes and none of it other than blue-opal looks good on UI. Please add some good themes.
Completed
Last Updated: 11 Mar 2015 17:16 by ADMIN
Created by: Mhd.Ahd
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The "Image Gallery" sample contains more than a nude picture; yes it is an art, but I think it is not suitable for many people including me, seeking for technical help or demos.
Please keep this perfect technical site clear and focused.

Yes, the image list is dynamic and the data source may be outside Telerik servers and control.

http://demos.telerik.com/kendo-ui/aeroviewr/#photos/101426369
http://demos.telerik.com/kendo-ui/aeroviewr/#photos/101401175

Thank you for your great products, tools and samples.


Completed
Last Updated: 11 Mar 2015 11:46 by ADMIN
Created by: Cheong
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Using the drawing API, we can draw on the chart itself for flexible annotations.
Completed
Last Updated: 04 Apr 2019 10:47 by ADMIN
Completed
Last Updated: 11 Mar 2015 10:32 by ADMIN
Declined
Last Updated: 10 Mar 2015 14:55 by ADMIN
My grid with server side filtering returns 3 rows. But the returned rows are hidden by client side filtering. It shows no rows. For example: My filtering on server side returns 15 rows in two pages (pagesize: 10). But the client side filtering hides all rows but the single row satisfying the condition which is in the second page. So all records in the first page is hidden. In my opinion, all 15 items should be displayed. or the record satisfying the condition should be shown in the first page itself.
Declined
Last Updated: 21 Jan 2020 16:06 by ADMIN
Created by: Chris
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI has accessibility built into it.  I do not know why you do not have it for Kendo UI Mobile.  Accessibility is still needed on mobile apps.  I know Android does not handle it will, but iPhones do using VoiceOver.
Completed
Last Updated: 11 May 2016 14:17 by ADMIN
[a] On paste
    [1] If pasted text contain email/url then convert it into link.

[b] On typing using keyboard in editor 
    [1] If Email is typed in editor then convert it into email link (href should contain mailto: attribute).
          for example if you type abc@pqr.com then its link should be like (<a href="mailto:abc@pqr.com">abc@pqr.com</a>).
    [2] If URL is typed in editor then convert it into URL link.
Completed
Last Updated: 09 Mar 2015 09:59 by ADMIN
Created by: Gaurish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo grid column custom command should either have option to pass template or have dataItem as default parameter along with jquery event.

Currently cannot get the dataItem