Unplanned
Last Updated: 04 Mar 2021 16:51 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
5
Look at the Telerik AJAX controls to start implementing in KendoUI as well like the list below. Now some wouldb probably only be used with the server wrapper like Captcha and Zip Library.

- MediaPlayer
- File Manager/Explorer
- Barcode
- Gauge
- Image Editor and Gallery
- Social Share
- Ticker
- Zip
- Captcha
- Etc.....
Completed
Last Updated: 04 Mar 2021 16:50 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
I think that many great ideas are already presents into the Telerik Asp.net Web Suite and that many of them MUST be "imported" (as soon as possible) into Kendo UI. Controls like SocialShare, File Exporer, Image Editor, Lightbox etc are some "must have" that will be fantastic to see into Kendo UI. Or for example having many of the Telerik Ajax Editor features into Kendo UI editors can be take into account.  I suppose that trying to unify the "Telerik Web Controls World" can help future implementation (sharing things like XAML and Silverlight also if more difficult but maybe its easy for client side) and developer technology adoption or mixing. I suppose that "importing" some of these features and controls is faster than start from scratch. I know that is a generic suggestion and i cant hope to see a completed comment for this (but it will be excellent also for partial results) but as Microsoft is moving into One Asp.Net it will be a great things see Telerik going to a One Web Telerik Suite talking at an high level abstraction. If a web control is usefull in asp.net it will be also for kendo ui its only implemented in a different way.
Completed
Last Updated: 21 Mar 2014 17:49 by ADMIN
Created by: Pierre
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
On Kendo UI Demos, remember my settings (e.g.asp.net razor)
http://demos.telerik.com/kendo-ui/web/notification/index.html
if I view an example in its  Asp.net MVC razor incarnation for example, the site should remember these settings for my next example viewing.
Better yet, when I click on "Documentation", I should be taken to documentation in its Asp.net MVC razor  format!!
Completed
Last Updated: 21 Mar 2014 13:30 by ADMIN
Created by: Pierre
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
VS extensions for  mvc 5.1+ soon!
Completed
Last Updated: 21 Mar 2014 15:46 by Stephen
Created by: Stephen
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great if the Menu control could be auto-collapsed to fit a specified with.  If you've got more menu items than the width of your page can fit, it would be nice if the end menu items (or even menu items specified with a flag) would collapse to one nested menu item.  This should be dynamic as well.  Here is my specific example:

I've got my menu setup with controller actions attached.  Based on system permissions only the menu items the logged in user has access to will show up on the menu.  This works fine.  

A couple of the roles though have access to everything and when the menu shows all of the possible items, the menu wraps to 3 lines since it is wider than the width of my layout.  What I need is a way to auto-collapse the menu items at the end of the menu (down to one nested menu item) in the cases where it would wrap past 1 line.
Declined
Last Updated: 04 Mar 2021 16:40 by ADMIN
Created by: Monish
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Enable users of kendoCharts to show only integers on the valueAxis.
Completed
Last Updated: 20 Nov 2014 20:07 by ADMIN
Created by: Marc Roussel
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
3
We are waiting for THE tool to help us make great animation, great binding, great web application like Silverlight to finally have application in HTML5 working on all platforms but having the tools many peoples are used to.

Good luck !
Completed
Last Updated: 11 May 2021 11:35 by ADMIN
Please see 'Subject' line the <div> resizing didn't work as advertised and the splitter itself resizes to '0px'
Declined
Last Updated: 14 Mar 2014 17:25 by ADMIN
Created by: Alexander
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently, the grid select method operates on the whole page which can easily be an issue if there is more than one HTML table.

Eg: $('#myGrid').data('kendoGrid').select('tr') should only select all rows but actually applies the 'k-state-selected' class to all <tr> elements on the page.

In cases such as $('#myGrid').data('kendoGrid').select('tr:eq(0)') may not select a row in your grid at all since it selects the first row anywhere on the.

Since I've already specified my grid by ID, I would expect the chain of functions to respect that.

Two possible workarounds are:
1. 
$('#myGrid').data('kendoGrid').select('#myGrid tr').
2. 
var grid = $("#myGrid").data("kendoGrid");
var row = grid.tbody.find("tr:eq(0)");
grid.select(row);
Declined
Last Updated: 14 Oct 2021 11:03 by ADMIN
Created by: Jason Feng
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
I use ios theme for Android to keep user interface consistent with ios and Android. However, there is a problem with form input. Please refer details in support Id: 796192. This is probably an easy fix from your guys. Thanks.
Completed
Last Updated: 14 Mar 2014 16:03 by ADMIN
Created by: Curtis
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Add a "Trackball" feature in the chart for ASP.NET MVC UI (aka Kendo UI DataViz with MVC Wrappers) as described in the blogpost: http://blogs.telerik.com/iosteam/posts/14-03-04/trackball-and-annotations-for-chart-for-ios.-check.-demo-app-on-the-appstore.-check-
Declined
Last Updated: 22 Jan 2020 07:33 by ADMIN
Hi, 
In kendo Line chart, currently the plot area can be colored using plotBands. 
In line with that is the requirement to color different ranges with different colors in the y-Axis line alone.
The line size can be made to 3 or 5 px to shown the color clearly.
This will help the user 
1. to understand the criticality of the different ranges.
2. Mostly line charts will be shown shown in reports, and will be given as printouts to the patients (in case of hospitals),  a report will have multiple line charts components, providing this feature will help the customers to reduce the cost on printer color catridges (that will be used when printing the whole plotbands for different ranges).

Thanks.

Completed
Last Updated: 29 Sep 2015 10:30 by ADMIN
Created by: Christian
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently when screen sizes get smaller and smaller the grid is squeezing the columns as much as possible. But if there are a lot of columns this will soon hit a size that couldn't be squeezed any more. So the result is scrolling which is giving a bad user experience. However often there are columns in a grid that could be omitted on smaller screens because they aren't that important.
How about adding some type of "class" to the grid column to tell Kendo that this column should only be shown on medium sized screens and up and another one should be shown on xs size and up (=always) and others should only be shown on large screens?
Declined
Last Updated: 14 Oct 2021 11:16 by ADMIN
Created by: Cheryll
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
We need the ability to disable the keyboard or input read only for the combo box widget.  When we don't want a user to input their own data on the combo box currently there is no option to disable this function.
Completed
Last Updated: 20 Nov 2014 20:06 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It's March 5th.  When is that Q1 release (or Beta) with the frozen / locked column feature going to be available?
Declined
Last Updated: 20 Nov 2014 20:07 by ADMIN
Created by: Paul
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I know it's still in beta, but it would be nice
Completed
Last Updated: 07 Mar 2014 14:48 by ADMIN
The select event of the DropDownList passes an event argument e. One of the members of said argument is e.item.

Contrary to what every sane developer expects, e.item is *not* the dataItem of the datasource bound to the DropDownList, but the DOM element that represents the item visually.

The way to get to the data item is *undocumented*. Here's the necessary code:

domElem.kendoDropDownList({
    
    /*  ...  */

    select: function(e){
        var dataItem = e.sender.dataItem(e.item.index());
        // ARE YOU KIDDING ME?
    }
});


Please, PLEASE, pass the data item in the event argument.

I can't think of any case in which i would prefer the DOM element in the select handler over the data item.
Completed
Last Updated: 09 May 2016 17:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
Allow the user to execute certain methods of the widget and inspect the result.
Completed
Last Updated: 11 May 2016 07:52 by ADMIN
Created by: Yvan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to have a "Show all" option on the grid, allowing to display all items on it
Completed
Last Updated: 05 Oct 2015 12:48 by ADMIN
It will be nice to have keyboard support for Grid with Virtualization of remote data (odata) and virtual scrolling enabled.

As it can depicted in your demo:
KendoUI meets Wakanda, http://wakanda.spirit.de:8081/

if you try to press key down, the grid is not scrolling down when you bypass the limit of visible rows. In addition, if you scroll down using mouse (scrollbar), if you try to press key up then the grid is not scrolling up. Also, keyboard keys page up / down, home, end and in general keyboard functionality is not supported. 

Despite of keyboard support, your demo is impressive!

Regards.

Thomas