Unplanned
Last Updated: 02 Mar 2021 16:24 by ADMIN
Created by: Kjetil L. Grønn
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
4
The possibility to group line series stack in Chart.
Completed
Last Updated: 19 Sep 2016 09:22 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
The currentTimeMarker property currently displays a time marker only on the Time Column of the scheduler. The typical behavior of most  calendars is that the marker spreads across the width of the entire calendar across all columns. It'll be nice if Kendo Scheduler could also support that.
Declined
Last Updated: 08 Dec 2015 15:08 by ADMIN
Created by: Ravi
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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: 02 Mar 2021 16:28 by ADMIN
Created by: Imported User
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently a bar linear gauge can only be drawn from minimum to maximum, but a start position (center) to draw left/right or up/down would be welcome.
Unplanned
Last Updated: 02 Mar 2021 16:28 by ADMIN
Created by: Lilan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
15
Hi, We have a client request to show week number in kendo ui scheduler timeline view and month view. 

Thanks, 
Lilan
Declined
Last Updated: 18 Nov 2015 11:26 by ADMIN
Created by: Ganesan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Toggle button with yes/no or any customized option to get true/false from user. Mobile switch was not working properly in page. Required a separate control for MVC web pages. 
Completed
Last Updated: 13 Nov 2015 13:15 by ADMIN
Created by: li
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
2
1) each release version please give a compatiable list if kendo UI use new version of third party js framework, especially angularjs.
for example: the 2015 Q3 v2015.3.930, which is shipped angular js 1.4.6, i want to determine is it compatiable with angular 1.3.x
because in enterprise solution, the third party javascript library upgrade new version is impossible, some components depends on angular 1.3.x.


2) please think about support  angular js 1.3.x, like the jquery 1.9.1,
you should keep a stable version support on thirdparty.

3) the road map about kendo support angular.js.
Declined
Last Updated: 22 Jul 2021 11:14 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI integration with Riot.js
Completed
Last Updated: 13 Jan 2016 17:53 by ADMIN
Created by: Andrey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add Auto Fill and Fill Down functionality to Spreadsheet
Completed
Last Updated: 10 Nov 2015 10:11 by ADMIN
Created by: Avnish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice if we can programatically call the cell functions (AND, IF ELSE, VLOOKUP etc) directly from code. An example would be, say on a button click, I want to call one of the Excel type functions on all the cells or a select group of cells. 
Unplanned
Last Updated: 12 Apr 2021 10:22 by ADMIN
Created by: M
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
19
It would be very nice if we could export a chart (and its data) to Excel.
Declined
Last Updated: 04 Nov 2015 10:28 by ADMIN
Created by: Loren
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice if there was a render setting for KendoUI controls that match Bootstrap elements. I know there is a Bootstrap theme but it doesnt come close to how bootstrap truely looks

for example the KendoUI Grid could render out a Bootstrap Styled Table but setting the render option to "Bootstrap"
Completed
Last Updated: 25 Jan 2016 11:03 by ADMIN
Created by: Pablo Martinez
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
When the are building the grid, will bu useful to have and option to set the page number that you want to display
 
.DataSource(dataSource => dataSource
        .Ajax().PageSize(Model.PageSize).Page(Model.Page)
        .ServerOperation(true) // Paging, sorting, filtering and grouping will be done client-side
                        .Read(read => read.Url("/results/gethomes"))
Declined
Last Updated: 02 Nov 2015 10:53 by ADMIN
Created by: Harsh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We need to set a date range in a single textbox instead of two different textbox using Kendo date and datetime picker.
Completed
Last Updated: 13 Jan 2016 17:54 by ADMIN
Created by: Ganesan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Add custom defined formulas
Completed
Last Updated: 28 Oct 2015 14:02 by ADMIN
Created by: Kjartan Valur
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Easy way to have a seperate conroller and template for kendo Windows with AngularJS.

see here:
https://github.com/kjartanvalur/angular-kendo-window
Declined
Last Updated: 22 Jul 2021 19:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
<input data-role="maskedtextbox" data-bind="value: ip_address" data-mask="000.000.000.000"  />

The problem is that if you don't use all digit places, you have to put a zero (192.168.002.100 vs 192.168.2.100).  I would like there to be a max number of characters (3) in-between the periods.  
Declined
Last Updated: 23 Jan 2020 18:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In my bubble chart, I'm trying to center each tooltip above it respective bubble.  However, each tooltip doesn't show up in the same relative position for each bubble.  This makes it very difficult to perfectly center each tooltip over its bubble.  It would be nice if there were an option to center the tooltip vertically above the bubble.
Declined
Last Updated: 22 Jan 2020 07:15 by ADMIN
Created by: Michaël
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

Kendo DataViz is getting awesome, but I always feel that some (albeit) common operations are made very complicated. I know there is some compatibility that must be assured but I some point the usage would be much better. Here are some common operations that are currently quite unintuitive:


* Reverse the order of an axis: reversing the order of an axis (so that values are on the right of the chart instead of the left), must currently be done by setting a very high "axisCrossingValue" (wtf?), as shown here: http://jsbin.com/iyiqec/1/edit?html,css,js,output

This definitely sounds like a hack and the wrong solution to the problem. A simple labelAlignment (left / right) would be far more intuitive.

* Being able to draw all points but still use baseUnitStep to "auto": let's say I have a chart with a lot of points. This means you need to use baseUnitStep to "auto". However, a bad consequence is that it now renders only the point for each step computed after baseUnitStep. This is often not the expected behaviour and, while drawing less labels, I often still want to display all the points (or more points). Currently, the super complicated way is to use the obscure "categoryAxes" property, make sure that one axis is hidden (but will be assigned the point), and other one is set to baseUnitStep auto, as shown here: http://dojo.telerik.com/@germanov/ULUGi

Maybe a simpler "valuesStep" option that would allow to override the step for values, independently of the category axis, could be introduced.

Thanks!