Completed
Last Updated: 06 May 2020 15:01 by ADMIN
Release 2020.R2
Created by: Сергей
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Need to have simple textbox (input) widget
Completed
Last Updated: 22 Jan 2020 15:45 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently there is no way to tell when a new connection is created between two shapes.  The add event is called when the connection line first appears on the screen, but there is no event to capture when the connection is made to another shape.  

This would be extremely helpful when users are creating flow charts and assigning prerequisites by drawing connections.  
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 Nov 2021 14:12 by ADMIN
Created by: Ed
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Expand Chrome Inspector to allow easy creation of DOJO. In the Inspector, we can see all the options as well as the data for the widget. The created DOJO should be simple (at least to start), meaning local data and all the options. At the very least, the Chrome Inspector should allow copying of the options and the data so pasting into a DOJO is as simple as possible.
Completed
Last Updated: 22 Apr 2015 09:01 by ADMIN
Created by: Adam
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The slider control should support adding multiple handles.

This could enable the use case of the user defining a range with a single slider control (define the minimum and maximum value for example).

Here's an example: http://refreshless.com/nouislider/
Declined
Last Updated: 21 Apr 2015 12:21 by ADMIN
Created by: khalil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The grid has support the auto column width, in case using the frozen column the grid doesn't display any column,
so i think it really need to support auto column width with frozen columns.
Declined
Last Updated: 11 Mar 2021 14:59 by ADMIN
Created by: Jack
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
0
See http://hammerjs.github.io/
Completed
Last Updated: 04 Jan 2021 08:55 by ADMIN
Release 2020.R2
Created by: Piyush Bhatt
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
68
Can we have a theme or feature of all input controls that can support floating labels like in google material design? 

The current material design theme demos do not show example of floating labels.
Declined
Last Updated: 16 Apr 2015 08:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
please make kendoui more simple and more open.
Completed
Last Updated: 15 Apr 2015 09:42 by ADMIN
Created by: Sarvesh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
1) Reset the scroll position of kendo ui  mobile dropdownlist to top ,instead of displaying the list starting from the last selected item.
2) Put an indicator within a kendo ui mobile dropdownlist ,allowing the user to know that he/she has to scroll down  to view the items below
Unplanned
Last Updated: 02 Sep 2021 11:35 by ADMIN
Created by: Rowan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
The current Kendo Typescript module definition file assumes that all of Kendo is loaded into the global namespace, and hence does not work correctly if you are loading Kendo script via an AMD loader such as requirejs.

See here for full details: http://www.telerik.com/forums/robust-support-for-kendo-typescript-requirejs
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.