Declined
Last Updated: 13 Jun 2013 20:38 by ADMIN
Created by: Richard
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Improve the xml parser so it can handle missing data that is sent in a shortcut manner.  For example, NAME is blank or missing:

<NAME></NAME>

Shortcut manner is

<NAME/>
Completed
Last Updated: 22 Jan 2020 10:47 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
A Calendar control for Kendo UI Mobile would be awesome.
Completed
Last Updated: 09 Sep 2021 07:23 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
9
It would be nice to config a validation message to either hover or be in-line. It can be accomplished with some extra CSS currently, but it would nice to just pass in your preference.
Declined
Last Updated: 10 May 2013 19:34 by ADMIN
Created by: Elliot
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to have a GroupBox widget that we could enable/disable or make visible/invisible groups of controls easily.  Would also be nice to populate via Ajax.
Declined
Last Updated: 23 Jan 2020 12:44 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Instead of pulling the validation message from the Title attribute, use the title in the formatted message. For people who are trying to write localized messages, this could be very beneficial since they can just replace the title with the correct field name and change the message in the options.errors just once for the localized error message.

   _extractMessage: function (input, ruleKey) {
        var that = this,
                customMessage = that.options.messages[ruleKey],
                fieldName = input.attr(NAME);

        customMessage = $.isFunction(customMessage) ? customMessage(input) : customMessage;

        return kendo.format(input.attr(kendo.attr(ruleKey + "-msg")) || input.attr("validationMessage") ||  customMessage || "", input.attr("title") || fieldName, input.attr(ruleKey));
    },
Completed
Last Updated: 12 Jun 2013 23:38 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Please document that using "validationMessage" as an attribute in a validated control will allow you to have a custom validation message while having a "title" defined. Also, indicate that "Title" will be used if no "validationMessage" is defined.
Declined
Last Updated: 12 Feb 2015 18:26 by Jeremy
The mobile tabstrip is not scrollable and the stacking that takes place when the viewpoort is too narrow to contain all the tabs is unsightly and grabs precious screen real estate
Declined
Last Updated: 27 Feb 2015 21:30 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
would be nice to be able to manipulate the grid itself before to data is loaded (wich eventually takes some time).
some manipulations on the grid seems to be irritating, if they are not happend till the full datasource is loaded
Completed
Last Updated: 13 Jun 2013 20:36 by ADMIN
It’s a web application without server side, which use google javascript Client API to provide additional tools for google calendars management like :
- batch deletion
- generation of recurrent sequence of events.
Declined
Last Updated: 24 May 2013 20:17 by ADMIN
This feature will help a lot then you need to show user a text values but send number values of cells to a server.
Completed
Last Updated: 02 Jul 2021 06:10 by ADMIN
Created by: Kwex
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
17
At the moment, Kendo only supports Straight Line graphs. It would be nice to support curves like Regression Curves ... because they are useful for representing Analytical Data.

Next release pls!
Completed
Last Updated: 20 Nov 2014 18:32 by ADMIN
Created by: Brian Vallelunga
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
3
The editor is good, but I'd like the ability to add a drop-down to the toolbar that contains predefined styles that I could apply to elements being edited. These styles would simply be classes, not inline CSS.

For example, I might have a style named "Introduction" that applied the class of "intro" to the element I have selected.
Declined
Last Updated: 20 Nov 2014 18:32 by ADMIN
Created by: Brian Vallelunga
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
4
The grid should be able to have columns added/removed as needed when the data source and columns change. Currently, the grid must be recreated from scratch, which is tedious. This is especially difficult if you want to preserve state of widgets that might be in the grid's toolbar.
Declined
Last Updated: 20 Nov 2014 18:33 by ADMIN
Created by: Ä m o l
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Hello Brandon,
the URL (http://jsfiddle.net/bsatrom) you send to me is used for Grid correct...

I want Hyperlink to Pie Chart Label... using custom templates I did that but some browser does not support hyperlink tag inside the SVG <text> tag.

Please let me know how do I do that....

also I want to suggest you that add new event double click in kendoChart like seriesClick... 

Thanks,
Amol.


Declined
Last Updated: 21 May 2012 15:42 by ADMIN
Created by: Ä m o l
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be great if the Chart Label has hyperlink facility....
Declined
Last Updated: 20 Nov 2014 18:32 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Make the grid reactive, in that when the window gets small enough(mobile size),  a possibility could be to have one total column. So instead of a row having 4 columns, each row would have 4 subrows; i.e., it would look more like a treeview. 
Declined
Last Updated: 20 Nov 2014 18:32 by ADMIN
Created by: Kenneth Jamieson
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
12
Of course we all want folks to buy Kendo (to support further development) but even as someone with a licence to the product (as part of my Ultimate Collection) I am often prevented from using KendoUI with clients by the licensing confusion that is the GPL.

My clients understand that t is covered by my commercial license to code for them, and they can use it royalty free. The problem is int he future and ongoing compliance. What they absolutely do not want is to have to make sure any dev who will ever touch that code in the future is ALSO a telerik licensee. It is simply too much to keep track of for a UI toolkit.

You will sell more copies and greatly improve the ability of your evangelists to get Kendo into the market if you move to a significantly more client friendly license.
Completed
Last Updated: 29 Apr 2013 23:01 by ADMIN
Created by: Franz
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Throughout the examples/docs for the KendoUI Window component, a variable named 'window' is used to reference the component. This is a terrible pratice, because the variable masks the global window object and prevents the script from acessing it further. As your examples are often used as a starting point for custom solutions, you should rename the variable into something like kWindow or similar. 
Completed
Last Updated: 13 Jun 2013 18:27 by ADMIN
Its very important to have dynamic binding in the Tree view. Many users are changing the control from Kendo and using other controls because of this. Many large organisations have this problem and both of user and developer is loosing the opportunity to use it.