Unplanned
Last Updated: 03 Feb 2022 11:46 by ADMIN
Created by: Ankit
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently it does not support group/ungroup excel feature using kendo.ooxml.Workbook. Please refer http://prntscr.com/iykrqy for more detail requirement.
Completed
Last Updated: 22 Jan 2019 18:28 by Flemming
Created by: Scott Waye
Comments: 15
Category: Kendo UI for jQuery
Type: Feature Request
60
Look at the emerging WASM projects such as Blazor or Ooui.  The obvious path seems to be to have a strong HTML based suite, i.e Kendo, ported to Blazor.  However another option would be to improve the Xamarin forms components to have comparable functionality to their desktop counterpartys so they can be used in LOB applications under Ooui.  The current Xamarin components are too mobile centric.  A third option, which admittedly seems like a bit of a long shot at present, would be to take Moonlight, strip out the plugin stuff, strip out all but the layout code, and redo that to write to an HTML Canvas.  Now that's probably outside your scope although in my opinion its the most attractive of the 3 options.  In summary I suggest you look at providing a full featured UI component suite that runs under wasm.
Unplanned
Last Updated: 03 Feb 2022 11:42 by ADMIN
Created by: mustafa
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
8
Unplanned
Last Updated: 03 Feb 2022 11:41 by ADMIN
Created by: Lawrence
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
I've noticed that the Kendo notification widget is not response and does not wrap content as the browser shrinks.
Completed
Last Updated: 26 Jul 2021 05:22 by ADMIN
Created by: Helmut
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I'm trying to export the kendo-ui platform into the golang programming language and would like to know if the kendo-ui documentation exists in some other format easier to handle. 
At the moment, I made a robot that goes into the documentation, filters the hml and assembles the corresponding code in golang, but I would like to be able to optimize the process.

https://godoc.org/github.com/helmutkemper/telerik

https://godoc.org/github.com/helmutkemper/telerik#example-KendoUiDialog-String

https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToForm

https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToScript
Completed
Last Updated: 20 Sep 2021 14:02 by ADMIN
There are many properties that can be set during initialization that cannot be changed through the API afterwards.

Take the Kendo UI ToolBar for example. You can add a button to the toolbar and set the text, but you cannot change the text afterwards unless you update the element directly. It may seem like a simple thing to change the text of an element, like so: $("#myButton").text("New Text"). However, if you had set the imageUrl as well, setting the text like I did above would remove the image. Knowing that, you could get the text node and update the nodeValue. That may work today but could easily be broken during a Kendo UI update (for example, if the update included a change that wraps the text in a span).

Having to deal with native elements after they have been created by the Kendo UI components is a dangerous practice for developers as it requires an internal knowledge of how elements are rendered based on the different options set. As mentioned above, it is also dangerous as any update could break our code. Therefore, it is imperative to expose methods that allow us to modify any properties through the API (where possible) to allow us to create clean and easy to maintain code.

If you search the feedback, you will see many requests to add a method here and a method there. There is even a related one to this called "Kendo Mobile: Methods to set properties dynamically".

Suggestion: When you have child elements, such as buttons on the toolbar, please allow us to update those widgets directly rather than through the parent. For example, instead of $("#myToolbar").data("kendoToolBar").enable("#myButton"), allow us to do something like this $("#myButton").data("kendoToolBarItem").enable();
Completed
Last Updated: 16 Sep 2021 15:06 by ADMIN
Created by: Adner
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
9
It would be nice to have the option to add new rows at the bottom of the grid, just like Jquery grid has that option "createAt": "bottom". 
Unplanned
Last Updated: 27 Jul 2021 08:02 by ADMIN
Created by: Kevin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
We'd like radial gauges to have pointers we may customize, and/or to have a variety of pointerType settings, e.g., a marker that follows the circumference next to the scale; a custom image or shape that may be imported in place of the standard needle, such as the outline of a boat for heading.
Unplanned
Last Updated: 22 Jul 2021 09:48 by ADMIN
Created by: abhinav
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently a tornado chart is not available in the Kendo Charts library. 

Is there a way to create tornado charts with telerik html charts?

Declined
Last Updated: 20 Sep 2021 16:14 by ADMIN
Created by: Sascha
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
currently is 1px to 1pt mapped in the kendo.drawing.drawDOM method. Actually, this should make it simpler, as described in
https://docs.telerik.com/kendo-ui/framework/drawing/drawing-dom#dimensions-and-css-units
Unfortunately, this prevents the use of the units cm, in, mm and pt.
Unplanned
Last Updated: 15 Jul 2021 09:41 by ADMIN
Created by: HLM
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be very useful from a visual and functional perspective to be able to view scheduler items in a multi-year view, that seems to be currently unsupported.
Unplanned
Last Updated: 18 Feb 2022 06:06 by ADMIN
Created by: Kenji
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Unplanned
Last Updated: 22 Jul 2021 10:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
TOOL BAR Button Positions should have 
3 option:  right and left, and one stretched or not in the middle. That would be nice!
Completed
Last Updated: 22 Jul 2021 12:26 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please add the multiple date selection option to the kendoDatePicker component as for the kendoCalendar.

It would be useful in the table column header to filter date values.
Currently, I have to use two DatePicker to select min and max date. Calandar is not an option in my case.
Declined
Last Updated: 27 Jan 2022 12:13 by ADMIN
Indeed today, to correctly display red or other points depending on the template, it is necessary to make lines of codes so that the rendering is present.
It should be done automatically as soon as the array of dates changes (as it is linked to the calendar), I'm talking about the small calendar that is in the header of the scheduler.
Declined
Last Updated: 16 Feb 2022 14:27 by ADMIN
Kendo UI jQuery Scheduler: grab a task (appointment) to cells, without displaying the lines of separation.
Set an interval property for the drag and drop, which will be defined, 15 or 30 minutes or even smaller, without necessarily having to display the lines of separation (minorTickCount) increases in this case the height of the cells.
Declined
Last Updated: 21 Mar 2023 16:13 by ADMIN
tabstrip in mobile device easy to use for client if tab is scroll on touch instead of arrow button of left and right
Unplanned
Last Updated: 15 Jul 2021 11:23 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
It'll be good to have such event for adding custom behavior to some of the child components.
Unplanned
Last Updated: 22 Jul 2021 09:50 by ADMIN
Created by: Billy
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
It would help the user experience of entering times if the time picker had a styling option that would display a clock style interface where users can select the hour and then minutes.  This is similar to how time pickers work on mobile apps.
Unplanned
Last Updated: 30 Jun 2021 13:03 by ADMIN
I'd like to have the ability for icons to be displayed in Internet Explorer even when web font downloads are disabled.

It seems the best way to support this scenario is to use inline SVG in order to support changing the icon colors.

See https://www.telerik.com/forums/is-there-a-fallback-from-webfont-icons

Thank you.