Completed
Last Updated: 20 Nov 2014 18:44 by ADMIN
Created by: Ivan
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
25
Logarithmic scale for charts
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.
Unplanned
Last Updated: 02 Mar 2021 17:08 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
25
Please add generic versions of DataSource and ObservableArray to the TypeScript definitions file.
Completed
Last Updated: 12 Sep 2023 14:21 by ADMIN
Created by: Adrian
Comments: 21
Category: Kendo UI for jQuery
Type: Feature Request
25
CSP is a great security feature. It should be fully supported by Kendo! The best would be some way to precompile Kendo Templates. Second option could be that you can use Kendo + CSP when not using own Kendo Templates at all. 
Completed
Last Updated: 03 Jan 2020 14:57 by ADMIN
Created by: Dan Cornish
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
25
We need the ability to modify the title of the new predefined dialog control.  This control is a great replacement for JavaScript alerts and confirms.  However, we should be able to modify the title by passing in an additional parameter when using the control.

Below is a workaround using CSS:

    <style>
        .k-confirm .k-window-titlebar::before,
        .k-alert .k-window-titlebar::before {
            content: 'My New Title';
            font-weight: bold;
        }
        .k-confirm .k-window-titlebar .k-dialog-title {
            visibility: collapse;
        }
        .k-dialog .k-window-titlebar .k-dialog-title {
            visibility: hidden;
        }
    </style>
Completed
Last Updated: 27 Jun 2024 14:20 by ADMIN

Clicking an item in the parent list reveals the child list that replaces the parent list.

At the top of the child list, there is a < back item that allows returning to the parent list.

 

For examples, see the drawers at:

 

See also https://www.telerik.com/forums/kendo-ui-drawer-subitems

Unplanned
Last Updated: 02 Sep 2021 10:38 by ADMIN
I know you have special tag structure so that you can implement certain features.  However, for UI elements like the drop-down, numeric input and date-picker, it would be really great to use (or have an alternative control to us) native html elements and data- attributes that are easily recognized by mobile devices and newer, desktop browsers.  For example, for the drop-down, it would be great for it to render a select so that when received by a mobile device, the native option selector can take over.  I am posting this in the Web controls for those of us creating responsive apps where the input surrounded by spans doesn't really work out very well when the page is rendered on a mobile browser.  I realize that are trade-offs so maybe instead of completely disregarding the current controls, maybe another, pure control, or some configuration option to the current controls would be preferable. That way, the developer could decide what was more important - the UI enhanced feature or compatibility with device.
Declined
Last Updated: 11 Jul 2013 07:03 by ADMIN
Created by: Jason
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
24
I can vaguely imagine reasons to rolls your own event binding functions for your widgets, but the lack of parity with the standard jquery bind() is frustrating. 

At the VERY least it should support namespaces so one can unbind without having to re-pass the handler to unbind. It can make for unnecessarily messy code.
Completed
Last Updated: 01 Apr 2021 10:43 by ADMIN
Created by: Collin
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
24
I would love to see this happen in the next release! The hacks out there work, but we're still forced to use the Select2 library to do this well. We want to use Kendo for the whole project.
Unplanned
Last Updated: 16 Aug 2023 13:07 by Ruby Jean
Created by: DVS InteleStream
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
24
Would like some way to know when the file is finished saving.

This is especially useful when saveAs uses a proxyURL and a user is waiting for the file to come back from the server.  Currently, there is no way to inform user of this progress or when it completes.
Declined
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: Oscar
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
23
It could be really nice if kendoui played well with twitter bootstrap, and widgets could be set through options to use the twitter bootstrap class names for buttons (.btn) etc. by a simple switch.
Completed
Last Updated: 27 Feb 2015 16:50 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
23
http://css-tricks.com/responsive-data-tables/
Declined
Last Updated: 27 Feb 2015 21:24 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
23
Add similar functionality as AngularJS has:
http://mgcrea.github.com/angular-strap/
Completed
Last Updated: 03 Nov 2015 18:14 by ADMIN
Created by: Brad
Comments: 13
Category: Kendo UI for jQuery
Type: Feature Request
22
I imagine this would be difficult, but it's a feature that we would most certainly need if we ever were to make this our primary framework...  A server-side excel file could be generated as-is, but the problem is that users expect the document to be identical to the grid they are viewing.  If they do any filtering/grouping/sorting, they expect the resulting excel document to match.  The current Telerik winforms RadGridView does a wonderful job at this and produces an xml excel document - this would be the ideal behavior to duplicate..
Completed
Last Updated: 23 Jan 2020 09:43 by ADMIN
Created by: Kevin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
22
I use a common form to bind data objects to. I also perform validation on this form. If I validate the form through a submit and it fails (validate() returns false), I close the window and then rebind with the same or a different object (from a grid or some datasource). When the window comes back up, the validator messages are still there from the last failed submit. I need a way to clear them. I could call validate on the rebind, but I want to clear them, not reevaluate them (as there could be some that come up...especially when adding a new item with no data in it).
Unplanned
Last Updated: 01 Jul 2021 14:31 by ADMIN
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
22
The DataBound event is the last event that can be bound to at present (other than user interaction events) - this occurs before rendering. In the situation where a chart wrapper is in a hidden div to be displayed and the datasource to be re-read under certain circumstances, it would be useful to have a post render event to ensure the chart is fully drawn before displaying the div.
Completed
Last Updated: 03 Feb 2017 10:56 by ADMIN
Created by: icebits
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
22
Very hard to coloring the icon (only black and white if using sprites). I need to color the icon especially during validation when invalid. And second, I also want standardize icon in my project with glyphicons.
Completed
Last Updated: 26 Sep 2017 14:37 by ADMIN
Created by: Mike
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
22
It would very nice to have official ReactJS binding for Kendo UI.
Unplanned
Last Updated: 20 Jan 2020 13:39 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
22
Please support the ImageBrowser as a standalone control.
Completed
Last Updated: 10 May 2016 13:15 by ADMIN
Created by: Jason
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
21
T4 Templates to slect in the asp.net Wizard to provide views controllers and and data connections to services