Declined
Last Updated: 03 Mar 2020 14:08 by ADMIN
Created by: Manohar
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Enable chart interactive features with Canvas rendering.
Completed
Last Updated: 20 Nov 2014 20:41 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently it is only possible to display more than one measure on a pivot grid. This is a must have requirement for most pivot grids. Please consider removing this limitation soon. 
Declined
Last Updated: 03 Mar 2020 14:07 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
I would like to the see a feature wherein I can set additional target lines for a bullet chart. This is helpful in scenarios where I need to indicate a target and benchmark. I was able to see similar questions in your forum http://www.telerik.com/forums/set-target-range and also one on stack overflow http://stackoverflow.com/questions/25303748/kendo-bullet-chart-with-two-target-lines 
Declined
Last Updated: 20 Nov 2014 20:38 by ADMIN
Currently I am using v2014.1.416.
I am binding mouseup event with below code.
$('#' + mainId + ' div.k-splitbar').live('mouseup', function(e){
            setTimeout(function () {
                if ((typeof ($fujicracommon) != "undefined") && ($fujicracommon != null)) {
                    $fujicracommon.handleVesselResize();
                }
            }, 200);
        });
Completed
Last Updated: 20 Nov 2014 20:40 by ADMIN
Declined
Last Updated: 11 Mar 2021 15:34 by ADMIN
ADMIN
Created by: n/a
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Make the Kendo UI Dojo embeddable via an iframe. Exactly what jsfiddle.net offers. 

http://doc.jsfiddle.net/use/embedding.html
Completed
Last Updated: 20 Nov 2014 20:38 by ADMIN
Created by: Zach
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
When I save or return the value of a MaskedTextBox, it sends the value including the masked.

Mask: (000) 000-0000
User Enters: 3331112222
Value: (333) 111-2222
Expected Value: 3331112222

I think it should only send what the user entered and not include the mask. Right now I have to manually remove all of the mask characters from the value. It should only display the value with the mask, not store it.
Completed
Last Updated: 20 Nov 2014 20:39 by ADMIN
Created by: Stacey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Right now, Kendo's angular support is beautiful, but I found a majorly lacking feature. 

By default, you can bind to either the ng-model or k-ng-model to get the value from a widget. But there are a number of widgets that have a dataItem() function for returning the actual object stored.

This is extremely useful, and I use it a lot in everyday coding. While I can overload the change(e) function, it would be REALLY awesome if retrieving this and binding it back to the $scope was built in. I have a demo directive written to show you how I am accomplishing this right now, but it would sure be nice to have it baked right in.

Since the uservoice portal does not allow markdown or formatting syntax, I am linking you a pastebin so you can see the code I created.

http://pastebin.com/rM288qJK

This is certainly not bulletproof, but here is how I use it;

<select kendo-drop-down-list k-options="kendoDropDownListOptions" k-data-item="Model.Group"></select>

I sure would appreciate a more native approach, though. I don't enjoy having to go around Kendo's back to do this, when it really should be baked right in. The function is provided out of the box, there's no reason not to allow for it! This would easily be done by adding a bit of code to line 375 in kendo.angular.js, as an OUT3 case outcome. I have successfully gotten to the function in question in that part of kendo by using widget.element.data().dataItem(), but that is a pretty hacky way to do it. I'm sure that the actual devs could find a much smarter way to get to it.
Declined
Last Updated: 22 Nov 2021 13:41 by ADMIN
Right now on a mobile device it will put just what it needs into the overflow box. I would like to see the ability to force everything into the overflow when it is activated at all.
Completed
Last Updated: 11 Mar 2021 14:13 by ADMIN
Why not zoom on just an canvas - for example with a photo then a whole page or tab
Completed
Last Updated: 20 Nov 2014 20:35 by ADMIN
In help text at:
http://docs.telerik.com/kendo-ui/api/wrappers/jsp/grid/column

Kendo Grid 'locked' help text needs link to 'Frozen Columns' - can't find any help.
Completed
Last Updated: 20 Nov 2014 20:34 by ADMIN
Created by: Pier-Luc
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be very helpful to have more events on every controls and better event arguments on existing and future ones. This include things like click events that could be listened with a standard event binder with proper selector. We don't want to figure out what the selectors has to be.

This would dramatically improve the customization of Kendo controls, which I find very hard to deal with in the current state.
Completed
Last Updated: 20 Nov 2014 20:36 by ADMIN
Created by: Jonathan
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Implement automatic suggestion, i.e. suggest() behaviour for Kendo UI Dropdown

Similar to Combobox
http://docs.telerik.com/kendo-ui/api/web/combobox#configuration-suggest
Declined
Last Updated: 04 Nov 2021 11:45 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
It looks like this was rejected over a year ago, but now that this feature is appearing in other frameworks it would be nice to reconsider.

Each tab having its own history is core to making things work like it would in a native app. It is just so sloppy when a user loses their state going between tabs.

You are able to do this with the ionic tabtrip http://ionicframework.com/docs/api/directive/ionTab/ so i would hope kendo can too.
Completed
Last Updated: 21 Nov 2014 14:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
http://demos.telerik.com/kendo-ui/pivotgrid/index

I think it would be great addition to add the ability to set KPI's for the grid & pivot grids in Kendo UI. We have used this on you ajaz & mvc controls but are now migrating to a pure html5/kendo ui based website. Please consider this as a feature for your the proposed controls.  
Completed
Last Updated: 19 Feb 2015 23:22 by ADMIN
Created by: Amitesh
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
0
We have defined a work start and end time for the scheduler. However if the user shows full day in the scheduler we want to make sure the scheduler is scrolled to the start time (when the scheduler is either init or when the user clicks on the show all day button). So basically if there is an API exposed to make the scheduler scroll to a given time then this will work. Please also refer to ticket#: 845019
Declined
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Rahul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am seeing this bug for more than year ago, it would be really nice if you fix this issue, because it works really very well in Ignite UI, here is the jsfiddle.

http://jsfiddle.net/KendoDev/5Sssk/
Completed
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Tor
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
13
Allow binding the grid to a dynamic model (dictionary) and use it in the inline editing mode.

This will allow us to decide which columns are shown and which editors to use from the server side. 

If we do this today, the data will not load.
Declined
Last Updated: 31 Jan 2017 18:30 by Christopher
Created by: Robert
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
9
Support row templates in conjunction with frozen / locked columns