Declined
Last Updated: 03 Mar 2020 14:30 by ADMIN
Box Plot (Box and Whisker) works great but would like to have Vertical instead of horizontal.
Declined
Last Updated: 20 Nov 2014 20:31 by ADMIN
Created by: Martin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In columns array if you set field attr with a number you'll get an error
Unplanned
Last Updated: 04 Mar 2021 17:02 by ADMIN
Created by: shaila
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
15
It would be nice to have a widget to display network map of all connected node and links.
Completed
Last Updated: 04 Mar 2021 17:00 by ADMIN
The kendo core would benefit from having integration packaging systems other than npm, especially jamjs. Kendo already implements AMD which is what jam specializes in.  

http://jamjs.org/
http://bower.io/
http://volojs.org/
Declined
Last Updated: 22 Jan 2020 07:29 by ADMIN
Created by: UFIS
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
If there has two or more gantt chart on the screen. some of the value should be able to move by dragging from one to another rather than defining again.
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.
Declined
Last Updated: 14 May 2021 07:58 by ADMIN
Extend "filterable" to match the datasource's "filter" (singular, not "filters") configuration option.
Completed
Last Updated: 10 May 2016 15:21 by ADMIN
Created by: Fiaz
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
16
Currently, hashBang (#!) is supported in mobile but it can only contain view_id, it can't be configured as path although it is available in SPA.

It is limiting the SEO capabilities. Support for the following url scheme will be big boost to SEO optimized urls.

/view_id/:category/:item/
Declined
Last Updated: 11 Mar 2021 15:42 by ADMIN
Created by: Tony Seawick
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I'd love it if you would consider making a real office document editor for the web. Take a look at this editor from OnlyOffice which they use in their CRM system:

https://personal.teamlab.com

It's built on HTML5 and the canvas element. The way you get complete control of every pixel and can make a desktop-like editor is simply stunning! This must surely be something Telerik also considers? There simply is no comparison to a normal HTML 4 editor which fails at such basic features as header/footer.
Completed
Last Updated: 20 Nov 2014 20:29 by ADMIN
For WorkFlow Design 
Completed
Last Updated: 20 Nov 2014 20:29 by ADMIN
Created by: Hadi
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
the scheduler options available now are limited, we cannot for example to define the occupied rooms vs days, horizontal axes are the days and list of rooms will be vertically instead of the hours, and also the data could be employees and to define the employees schedules for example, i think this will enrich your scheduler control.
Declined
Last Updated: 14 Jul 2014 12:54 by ADMIN
Columns that do not have a width setting become invisible when one or more columns are frozen.  Our grids have widths for all columns except one column which expands the amount necessary to fill all space in a grid when grid is set to 100% width of the page.  Once frozen columns are turned on, the main column then disappears until a width is added, then there is unused column space in the grid.
Declined
Last Updated: 20 Nov 2014 20:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 17 Jul 2014 15:17 by ADMIN
Created by: Juan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Lets say I invoke a view like /view.html?id=123

On the "show" event of "view" I pull the data from the server based on "id", and some loading and layout stuff.

On this "view" I have a button that navigates to another view that is a "picklist", or "settings" or "help". Upon going to this second view and then going back, then the "show" event of "view" is fired again, pulling data from server and re-running all that was inside the show event again.

On some situations it is important to conserve the visual state of the view after coming back to it. For example, if user is filling a form.

The same problem is faced when you want to implement a wizard (step by step) form: pressing back will wipe out all data and reload, loosing previous screen state.

There must be a way to prevent this. I have tried the e.view._back flag of the show(e) event, but it is not always reliable. By having such flag, all the scenarios mentioned can be handled by code, by knowing when it's a fresh-show or a back-show.
Completed
Last Updated: 01 Oct 2021 14:11 by ADMIN
Created by: Odin
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
14
I want to use typescript with the free core edition, but there is no definition file in the package.
Declined
Last Updated: 08 Jul 2014 08:43 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great if you guys updated the on-line help to reflect the namespace changes from Telerik to Kendo.
Completed
Last Updated: 14 Oct 2021 10:59 by ADMIN
Add advanced touched samples like drawing a line zooming a tab!
Completed
Last Updated: 03 Jan 2020 14:44 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
27
As of now there is no right click and double click events on diagram shapes, It will be useful if an event is raised on these particular actions. because these are the obvious actions on shapes
Completed
Last Updated: 23 Jan 2020 18:28 by ADMIN
Put the below html in http://trykendoui.telerik.com/
You will see that for year 2006 the noteText is not visible.
Same problem when the data point is at the top of the chart.
Should have some option to have some margin to accommodate this.
Or better yet change the position of the notetext to top or bottom automatically.

<!DOCTYPE html>
<html>
<head>
    <base href="http://demos.telerik.com/kendo-ui/line-charts/notes">
    <style>html { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }</style>
    <title></title>
    <link href="http://cdn.kendostatic.com/2014.1.528/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2014.1.528/styles/kendo.default.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2014.1.528/styles/kendo.dataviz.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2014.1.528/styles/kendo.dataviz.default.min.css" rel="stylesheet" />
    <script src="http://cdn.kendostatic.com/2014.1.528/js/jquery.min.js"></script>
    <script src="http://cdn.kendostatic.com/2014.1.528/js/kendo.all.min.js"></script>
</head>
<body>
    <div id="example">
    <div class="demo-section k-content">
        <div id="chart"></div>
    </div>
    <script>
        var grandSlam = [{
            "year": "2003",
            "win": 13,
            "extremum": "MIN: 13",
            "loss": 3
        },{
            "year": "2004",
            "win": 22,
            "loss": 10,
          "extremum": "MIN: 1",
        },{
            "year": "2005",
            "win": 24,
            "loss": 2
        },{
            "year": "2006",
            "win": 30,
            "extremum": "MAX: 30",
            "loss": 1
        },{
            "year": "2007",
            "win": 26,
            "loss": 1
        },{
            "year": "2008",
            "win": 24,
            "loss": 3
        },{
            "year": "2009",
            "win": 26,
            "loss": 2
        },{
            "year": "2010",
            "win": 20,
            "loss": 3
        },{
            "year": "2011",
            "win": 20,
            "loss": 4
        },{
            "year": "2012",
            "win": 19,
            "loss": 3
        }];

        function createChart() {
            $("#chart").kendoChart({
                dataSource: {
                    data: grandSlam
                },
               plotArea: {
    background: "green",
                  margin: {
      bottom: 10,
                    top: 10
    },
                  padding: {
      top: 500
    }

  },
              
                title: {
                    text: "Roger Federer Grand Slam tournament performance"
                },
                legend: {
                    position: "bottom"
                },
                seriesDefaults: {
                    type: "line"
                },
              chartArea: {
                 border: {
      width: 5
    },
                 
    margin: {
      top: 100
    }
  },
                series: [{
                    field: "loss",
                    name: "Losses",
                  noteTextField: "extremum",
                    notes: {
                        label: {
                            position: "inside"
                        },
                          position: "bottom"
                    }
                }],
                valueAxis: {
                    line: {
                        visible: false
                    }
                },
                categoryAxis: {
                    field: "year",
                    majorGridLines: {
                        visible: false
                    }
                },
                tooltip: {
                    visible: true,
                    template: "#= series.name #: #= value #"
                }
            });
        }

        $(document).ready(createChart);
        $(document).bind("kendo:skinChange", createChart);
    </script>
</div>


</body>
</html>
Completed
Last Updated: 20 Jan 2023 15:10 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
19
I would like a control to accept durations in the format HH:MM, and persist as a number minutes (or maybe optionally fractional hours).  Something similar was suggested here (not by me):

http://www.telerik.com/forums/mobile-time-duration-picker

I have a time keeping application where user need to be able to enter summarize duration amounts on their timesheets, such as 8 hours of Holiday time (entered as "8:00").  It doesn't make sense to enter this as a time range.

We're accomplishing it now with a textbox, a masking library, and a bunch of fragile JS code, but I'd like a control that is natively build for this.