Unplanned
Last Updated: 05 Feb 2020 13:53 by ADMIN
Created by: Bob
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
The radial and linear gauges currently DO NOT support a title and legend option. It forces me to customize the widget after it's rendered, which means that the look is inconsistent with the other Kendo widgets.
Please add support for title and legend for the gauges.
Completed
Last Updated: 04 Aug 2021 07:30 by ADMIN
The current implementation makes it too difficult to use a 3rd party icon font instead of the built in kendo sprites. I shouldn't have to specify the spriteCssClass and then add extra CSS or jQuery or both to handle position and sizing glitches. I also shouldn't be forced to use an entirely custom template just because I want to use an icon font.
Unplanned
Last Updated: 24 Jun 2021 11:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
The style picker has to be manually populated with style names. It would be better if it could pull the style names out of the associated stylesheet and filter the list depending on the location of the cursor i.e. only show styles applicable to ‘a’ tags when a hyperlink is highlighted.
Declined
Last Updated: 20 Aug 2021 08:47 by ADMIN
Created by: Byang
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
Chart series labels template to include html elements. At the moment, adding HTML elements in a chart series label template is possible but you cannot do anything on those elements. Would be nice to be able to re-template the labels by adding HTML elements in them and be able to design these elements or attach events to these elements.
Under Review
Last Updated: 16 Sep 2021 11:24 by ADMIN
Created by: Stacey
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Right now, the kendo-ui docs are a bit difficult to get to and navigate. They're inherently clear as to where they are, being nested 3 clicks beyond ["SUPPORT AND LEARNING"] in the top menu.

just to illustrate this, I made a video of how you get to the docs from a cold search of kendo ui. It takes way too many page steps just to get to the docs. 

[VIDEO LINK]
https://www.dropbox.com/s/d0osh6imco5fq08/2016-05-05-2016-01.mp4?dl=0


Once you're there, it's not a bad experience - but still, I think there really ought to be a simple ["DOCUMENTATION]" menu item that is verbose and clear, since "[SUPPORT AND LEARNING]" sounds more like links to classes, tutorials, etc.
Duplicated
Last Updated: 02 Dec 2021 11:54 by ADMIN
Created by: mkosieradzki
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Add possibility to create cell editors with button opening popup or window containing for example Rich text editor, textarea or any other advanced editor. Currently it is impossible due to some limitations in grid incell editing design.
Completed
Last Updated: 31 Dec 2019 11:15 by ADMIN
Release R1 2020
Created by: Pinkesh
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
5
Please add Breadcrum functionality in kendo.
Unplanned
Last Updated: 16 Sep 2021 11:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5
Hi Guys, I've notice that there is no Codabar type in the Kendo UI Barcode, but the silverlight version has it.

Once migrated the codabar type is not available, It would be great to have it added, it is widely used for applications that require serial numbers, such as management of blood banks, slips for door-todoor delivery services and member cards.

Thanks
Unplanned
Last Updated: 16 Jun 2020 20:49 by ADMIN
Created by: Takeshi
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
I had an issue with PDF export from browsers on mobile device. 

Initially had issue with CSS attribute whitespace: pre-wrap, which was fixed in the newer version of kendo 2016 Q2, however, I still had an issue with Firefox on mobile. 

Official supports for "some" browsers on mobile devices and documentation (e.g. what browsers are supported etc) would be very appreciated.
Unplanned
Last Updated: 23 Jun 2017 17:49 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
Unplanned
Last Updated: 19 Jan 2022 15:51 by ADMIN
Kendo's support for conditional number formatting results in it picking the negative or positive format even when the underlying value is being rounded to zero. This is generally not what users expect and is inconsistent with .NET's number formatting.

Here's an example:

kendo.toString(-0.1, "0;(0)") // results in "(0)" instead of the expected "0"

In contrast, .NET behaves differently:

(-.1).ToString("0;(0)") // results in "0"


It would be great if kendo's toString implementation incorporated this logic.

More information and examples are available in this Kendo forum post:
http://www.telerik.com/forums/kendo-showing-negative-zero-when-using-conditional-formatting-c729272b262d#0lTodzUtsEeF4d3xn8hhDA

There's also this StackOverflow question:
http://stackoverflow.com/questions/39977630/kendo-conditional-formatting-results-in-negative-zero
Unplanned
Last Updated: 27 Jan 2022 12:01 by ADMIN
Created by: Brian Mains
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently the Kendo AutoComplete only gives you the selected value, even though it received from the server a more detailed dataset.  The autocomplete really should be expanded to exposing the selected text and value, as well as expose the original data item that was selected; that way, the developer can access a lot more data from the control within the context of the change event.
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: 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.
Declined
Last Updated: 03 Feb 2022 12:14 by ADMIN
Unplanned
Last Updated: 28 Mar 2019 15:08 by ADMIN
Created by: Aldermar
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5

Hi,

FluentValidation is an excellent tool that keep us from using DataAnnotations' Validator's decorators to achieve the entity class keeps as is, a just POCO class. The pros of this lead us to those developers, like me, that focus its backend (entities) development in Database-First processes, to lose decorators applied to the entity or model view class in every change made to the Database rather than the entity class, FluentValidation give us a better control of the validation rules, separates the validation from the entity class or view model class, testing is easier than DataAnnotations and support client-side validations. As far as I know, FluentValidation injects Data Annotation under the covers.

It would be great if you consider to take advantage of the integration with this tool in your route map.

 

Thanks

Completed
Last Updated: 19 Sep 2019 07:45 by ADMIN
Created by: aa
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5

1. Please add zooming functionality to pdf viewer, so user can zoom in or zoom out

2. please allow us to hide toolbar buttons

Unplanned
Last Updated: 27 Dec 2019 08:09 by ADMIN
Add methods in Kendo UI that convert to and form Excel date number from and to locale date & UTC date.
Unplanned
Last Updated: 19 Jun 2023 08:25 by ADMIN
Created by: Brian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
5

The Kendo tree doesn't show node lines which are essential for viewing data in complex trees.

There are some forums posts suggesting examples but these are not complete solutions and are buggy.  You can see my ticket #1612747 which raises some points about the issues in the solutions proposed in the KB.

Your desktop tree controls do offer node lines e.g. https://d585tldpucybw.cloudfront.net/sfimages/default-source/productsimages/wpf/productitemfeatures/treeview_hierarchical-display-and-other-bonuses_screenshot.jpg?sfvrsn=809d8c8b_3

This example shows the node lines working correctly without orphan lines that don't connect to anything.

Completed
Last Updated: 15 Mar 2012 10:39 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
http://wcf.codeplex.com/wikipage?title=WCF%20jQuery