Declined
Last Updated: 11 May 2016 13:32 by ADMIN
Created by: Bujji
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo grid has default filter option .How can i integrate the grid with filtered value in chart
Completed
Last Updated: 09 May 2016 11:25 by ADMIN
Created by: Zach
Comments: 14
Category: Kendo UI for jQuery
Type: Feature Request
61
Please provide a way to display multi-line labels in the chart controls such as the bar chart category axis.  The need is detailed in this post:
http://stackoverflow.com/questions/13247577/line-break-in-category-label-of-kendo-ui-chart
Duplicated
Last Updated: 15 Jul 2021 09:49 by ADMIN
Created by: Chris
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
9
Something similar to this: http://ui.ajax.org/#demos/elements.flowchart
Completed
Last Updated: 20 Nov 2014 18:51 by ADMIN
Created by: Bradley Fulton
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Fix issued described in support ticket 634770 
Declined
Last Updated: 07 Dec 2012 20:01 by ADMIN
Created by: Justin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be a great idea if the kendo ui grid has the ability to freeze numbers of columns and rows when scrolling. 

This will allow the user to have the ability to keep for example total etc to be always shown. Those frozen columns will probably not included in the sort. 
Declined
Last Updated: 05 Jun 2013 22:15 by ADMIN
It would be nice if you added an option to actually use combobox in mvvm scenario.
http://www.kendoui.com/forums/ui/combobox/combobox-mvvm-binding-entire-object-instead-of-object-value-mvvm-bug.aspx
Declined
Last Updated: 11 Dec 2012 14:08 by ADMIN
Created by: Deepak Ahuja
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Input Mask is very  basic requirment but Kendo UI dont have such Mask Controls.
Completed
Last Updated: 24 Feb 2020 09:07 by ADMIN
The validation framework validates an input element and applies "k-invalid" class when its value is not valid to the hidden input. For such widgets like the ComboBox, DropDownList or NumericTextBox the applied k-invalid class is not applying to html-tags visible to user.
Completed
Last Updated: 20 Nov 2014 18:51 by ADMIN
Created by: Graeme
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
26
http://www.kendoui.com/forums/dataviz/chart/support-for-chart-types.aspx

Any update on this?
Completed
Last Updated: 07 Jul 2023 09:40 by ADMIN
Release R3.2023-Increment.1(19.July.2023)
Created by: Faisal
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
18
By enabling the drilldown feature on charts, clicking the charts should take the user to the next level. 
Completed
Last Updated: 20 Nov 2014 18:51 by ADMIN
Created by: Darryl
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Attribute binding is how MVVM should be implemented but currently the following limitations have forced me back to widget-binding ...

1. Some data attributes are not supported (eg. grid "autoBind")
2. Attributes cannot refer to external templates and these must be defined inline.
3. Line breaks are not supported making long inline definitions hard to read and code.

I suggest attribute binding (and documentation) is developed in parallel with widget binding.
Completed
Last Updated: 20 Nov 2014 18:51 by ADMIN
Created by: Pulah
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
25
I believe TabStrip is not supported with SplitView as SplitView can not be used in a view. This is inconsistent if the application needs a common TabStrip across all pages.
Completed
Last Updated: 07 Apr 2014 08:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
Should be able to enable and disable switch.
Completed
Last Updated: 20 Nov 2014 18:50 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Sorting accented characters currently is not supported out-of-the-box and we must use ServerSorting to be able to custom sort the items and send them to the Grid. 

The grid should sort accented characters directly on the client. 
Declined
Last Updated: 30 Nov 2012 18:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Grid._toolbar function:
toolbar = isFunction(toolbar) ? toolbar({}) : (typeof toolbar === STRING ? toolbar : that._toolbarTmpl(toolbar).replace(templateHashRegExp, "\\#"));
if toolbar a function, you don't escape # characters, which results in invalid template function generation
Declined
Last Updated: 20 Nov 2012 14:34 by ADMIN
Created by: Tzvika
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 30 Nov 2012 18:44 by ADMIN
I have a master detail grid and simply would like to place captions on them.

The js executes successfully, but the captions don't appear when the View is fully rendered.
Declined
Last Updated: 30 Nov 2012 18:45 by ADMIN
Completed
Last Updated: 20 Nov 2014 18:49 by ADMIN
Created by: Marco
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
55
I'm using the MVC wrappers, I have a foreign key column in my grid and I use the standard foreignkey editor-template. It is not possible to bind a null value (foreign key not set) to the dropdown. It works when I change the template and replace the kendo dropdown with the standard mvc dropdown.
So I guess there's a problem with null values on the kendo dropdown
Declined
Last Updated: 05 Dec 2012 11:15 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
There is a bug when cancelling the edit of a row that was loaded through virtual scrolling from a remote datasource, the row disappears from the grid/datasource. Telerik confirmed they can reproduce the bug but due to the specificity of the virtualization process currently do not plan to provide a solution for this. Their recommendation is that if you need editing with a remote datasource to disable virtual scrolling and enable paging instead. Vote for this to have the bug fixed.