Completed
Last Updated: 19 Aug 2021 11:16 by ADMIN
Created by: Olga
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
When you mouse over notes would like to be able to show tooltip with some additional detailed information
Declined
Last Updated: 19 Aug 2021 11:09 by ADMIN
Created by: Craig
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great to have a Widget that allows you to bind keyboard short cuts to a normal HTML element such as a Button or really an other element.

Additionally upon init, this widget would check for conflicts against other shortcuts provided by Kendo UI and provide the developer an exception explaining the conflict.
Completed
Last Updated: 12 Aug 2021 14:24 by ADMIN
Created by: Ben
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Currently to show the HTML View of Kendo Editor with indents, you need an external JS. This would be nice to have out of the box.
Unplanned
Last Updated: 12 Aug 2021 14:02 by ADMIN
Created by: Ian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
By design chart selection is supported only for categorical charts (bar, column etc.) but not for XY-charts (scatter, scatterline etc.). 

I'd like a similar UI for scatter charts to enable you to select data from the chart especially when the x axis is a time line.
Completed
Last Updated: 12 Aug 2021 13:56 by ADMIN
Created by: Бежнар
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Range area and column
A detailed description of the problem to the link: http://www.telerik.com/forums/range-area-and-column
Unplanned
Last Updated: 12 Aug 2021 13:55 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Be able to show an empty marker when the value is 0 for the sparkline like in this demo: http://dojo.telerik.com/@tsvetomir/ogiH/2

The demo use a hack to show the marker but it would good to have a real solution.
Declined
Last Updated: 12 Aug 2021 13:50 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
If the ranges can be more leveraged more information can be visualized in a single gauge and it allows for creating "custom bars".
The pointer value already accepts a margin.

Example:
 scale: {
                            majorUnit: 20,
                            minorUnit: 5,
                            max: 180,
                            ranges: [
                                {
                                    from: 80,
                                    to: 120,
                                    color: "#ffc700",
                                    margin: 10
                                }, {
                                    from: 120,
                                    to: 150,
                                    color: "#ff7a00"
                                }, {
                                    from: 150,
                                    to: 180,
                                    color: "#c20000"
                                }
                            ]
                        }
Declined
Last Updated: 12 Aug 2021 13:45 by ADMIN
Can you please add support different scales in radar charts for the different categories/axes? The radar chart becomes mostly useless when, e.g., one category has values that range from 0-10 and another ranges from 0 to 1,000,000.
Declined
Last Updated: 12 Aug 2021 13:42 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When changing the bounds of a shape, especially changing the X & Y position allow the new value to be set with animation. 
Unplanned
Last Updated: 12 Aug 2021 13:39 by ADMIN
Created by: Manuel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
It would be very useful that the Kendo Map widget provides out of the box a control (some sort of dropdown or list view) that allows to select a layer. This would be great for scenarios where the user wants to see a different layer of the map. For example, when the user needs to switch from an Street view to an Aerial view.

This feature is very common in Map controls. So I think, it's something that should be supported by this widget, too.
Unplanned
Last Updated: 12 Aug 2021 13:37 by ADMIN
Created by: Olga
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
Base units for chart include Months, Day, Year etc but there is no support for Quarter.  This causes gaps on the chart when displaying quarterly data.
Unplanned
Last Updated: 12 Aug 2021 13:37 by ADMIN
Created by: Manuel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
In the current implementation of the widget, when user tries panning or zooming, there are not map tiles transitions. You just see some white squares until the new tiles are rendered. It would provide a better user experience to have some sort of transition in those interactions. 
Unplanned
Last Updated: 12 Aug 2021 13:36 by ADMIN
Created by: Ryan
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The linear gauge becomes cutoff at certain heights. If it's less than 50 pixels more and more features are cutoff. I'd like the linear gauge to be able to be 10 pixels without a cutoff.
Unplanned
Last Updated: 12 Aug 2021 13:32 by ADMIN
Created by: Michaël
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
It should be nice if we could set a background color using a gradient for DataViz area charts.
Completed
Last Updated: 12 Aug 2021 13:28 by ADMIN
It would be great if there are customization of categoryAxis label when ploting has both +ve and -ve values. 
The label need to be settled down at bottom (base line) automatically when there are negative values and same for +ve values.
Declined
Last Updated: 04 Aug 2021 10:18 by ADMIN
Created by: Lynn
Comments: 5
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

When I call grid.datasource.sync() on a datasource that has a model id defined, but this field is unmapped, I get a cryptic error. You can find a reproducer here: https://dojo.telerik.com/iLacazot

Uncaught TypeError: o is undefined
    setup http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    create http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    Deferred jQuery
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _send http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    sync http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    <anonymous> http://127.0.0.1/a/program/discount/search/:4058


On a slightly related subject; When checking the docs on the model id it seems that the example is missing from this page:

https://docs.telerik.com/kendo-ui/api/javascript/data/model/fields/id

Completed
Last Updated: 04 Aug 2021 07:45 by ADMIN
Created by: Anaida
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
There should be a textbox bindind to a field available.
Completed
Last Updated: 04 Aug 2021 07:30 by ADMIN
The current implementation makes it too difficult to use a 3rd party icon font instead of the built in kendo sprites. I shouldn't have to specify the spriteCssClass and then add extra CSS or jQuery or both to handle position and sizing glitches. I also shouldn't be forced to use an entirely custom template just because I want to use an icon font.
Declined
Last Updated: 04 Aug 2021 07:21 by ADMIN
Created by: Михаил
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Implement some dialog windows for simple creating users and roles.
Also it essential to create login widget with managing users like asp.net empty project
Unplanned
Last Updated: 04 Aug 2021 07:18 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.