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

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: 23 Feb 2018 10:49 by Andrew
ADMIN
Created by: Todd
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
25
Make it easy to add Kendo UI to ASP.NET projects and provide a NuGet package.
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: 28 Jan 2016 00:29 by David
Created by: Vladimír
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
25
Make better kendo framework documentation. Demos are fine but it does not have many of the necessary information.
Completed
Last Updated: 18 Jun 2020 11:50 by ADMIN
Release 2020.R2
Created by: Jose
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
25
It would be great to have such controls as webparts/widgets to place in a dashboard where we could move them around the screen to reorder how data is presented with option to save/retrieve the layout from a persistent source.

In the dashboard the functionality would be to define a layout where we could add/remove, change position the widgets (like in dropthings or pageflakes). The widgets would contain controls like Kendo Grid or DataViz controls to display information.

That would be a killer feature.
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.
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/
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.
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: 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: 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).
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
Completed
Last Updated: 20 Nov 2014 19:22 by ADMIN
Created by: Zachary
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
21
The drawer widget can be opened either via a button click or the user swiping anywhere. Our users consider this unexpected behavior, and often wonder what they are looking at after an accidental swipe.
Completed
Last Updated: 25 Jul 2022 16:09 by ADMIN
Created by: Da
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
21

Please support API access for private NuGet feed. It is more friendly to build servers and avoids user information leaking.

---

ADMIN EDIT

Update from 1 Mar 2021 - At the moment we are looking at providing certificate-based access - a relatively new feature that seems to be the current best practice (issue, PR). While it does require a little bit of setup, it does not expose secrets in the URL, and does not require user credentials.

---

Completed
Last Updated: 06 Apr 2021 13:51 by ADMIN
For a column chart, both the column and its (optional) label can be clicked and wired up with seriesClick. However, the cursor only turns into a pointer (hand) when hovering over the column; it does not do this for the label above, even though it's active. I'd like this to be consistent, and thus have hovering over the label turn the cursor into a pointer as well.
Completed
Last Updated: 20 Nov 2014 18:41 by ADMIN
Add a function that will return the Kendo UI version we are working with.

Getting versions of the underlying librairies (Like JQuery) could also be interesting
Completed
Last Updated: 20 Nov 2014 18:26 by ADMIN
Created by: PPCnSEO
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
20
The beta text editor is looking good and has an option to insert images via url.
However for most end users they will need a simple image upload.

The kendoupload means you already have much of the required functionality, it just needs to upload the image and return the url.

Also options such as adding title, alt, resizing and alignment will be good.

We currently use ckeditor and until the advanced image options are matched will not be able to move this over to kendo.
Completed
Last Updated: 20 Jan 2023 15:10 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
19
I would like a control to accept durations in the format HH:MM, and persist as a number minutes (or maybe optionally fractional hours).  Something similar was suggested here (not by me):

http://www.telerik.com/forums/mobile-time-duration-picker

I have a time keeping application where user need to be able to enter summarize duration amounts on their timesheets, such as 8 hours of Holiday time (entered as "8:00").  It doesn't make sense to enter this as a time range.

We're accomplishing it now with a textbox, a masking library, and a bunch of fragile JS code, but I'd like a control that is natively build for this.
Completed
Last Updated: 10 May 2016 08:22 by ADMIN
Created by: William
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
19
We want the Grid fix the remote virtual scrolling with groups. 
In this case the Grid stay launching requests indefinitely.