Completed
Last Updated: 14 Apr 2015 16:50 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Today you can scroll through the months but what if I want to scroll through years? I have to go and type instead of using the cool drop down functionallity.
Declined
Last Updated: 14 Oct 2021 11:22 by ADMIN
Created by: EZ
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
When the chart is rendered, it would be nice if the various chart elements (SVG groups/paths/shapes/etc) were assigned class names so that we can further tweak the chart using javascript, d3.js, drawing api, etc. 

The addition of visual styles helps, but they are not available on all elements,
Declined
Last Updated: 03 Mar 2020 14:39 by ADMIN
Created by: Andreas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Implement an option to preload some data for mobile list view in endless mode. This would increase UI time because there is allready data defined in HTML to view, the user must not wait for a datasource to load
Completed
Last Updated: 06 Jun 2019 13:44 by ADMIN
Created by: mOpLin
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
42
We reaally need to use the overlay animation, our client is driving us nuts with it. They are showing us the examples in Jquery mobile panel (http://demos.jquerymobile.com/1.3.0/docs/widgets/panels/) and asking us why we are using Kendo if we cant deliver this animations. 

Please help us voting for this animatiosn.
Completed
Last Updated: 06 Apr 2015 17:16 by Erik
Created by: Erik
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
When reordering the columns, it would be great if the COLUMNREORDER event would fire AFTER the columns are reordered. This would be good in situations where a column reorder triggers a request to persist the new state of the options somewhere. 
Completed
Last Updated: 15 Mar 2022 13:47 by ADMIN
Created by: Abdullah
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
5
i think if support qr code with centric logo very successfull.
Completed
Last Updated: 10 Sep 2021 06:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
Reduce use of the 'any' type in kendo.all.d.ts and use Union types implemented in TypeScript 1.4

Example:
- Before:
  
    interface GridColumnFilterable {
        ...
        ui?: any;
        ...
    }
    
- After:
    
    interface GridColumnFilterable {
        ...
        ui?: string | GridColumnFilterableUIEvent;
        ...
    }
Declined
Last Updated: 31 Mar 2015 07:29 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hello is it possible to Display down to hours:min:seconds in you Gannt chart product ?
Completed
Last Updated: 30 Mar 2015 16:46 by ADMIN
Created by: SUNIL
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Since ListView control is very often used for database oriented apps on mobile phones, it would be a great feature where a user could edit data in an offline mode, and then whenever Wifi connected is made by the mobile phone, an automatic sync takes place.

This would be a top-of-the-line feature in my opinion that is not found in any other controls I have seen, and since you guys have already implemented offline mode for Kendo UI Grid, this might be quick and easy to implement.
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.