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: 20 Aug 2021 08:17 by ADMIN
Created by: michael
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Our business partners would like to be able to have gradients as part of the radial gauge color bar.  Similar to the following: 
http://i.imgur.com/DWfxi53.png
Declined
Last Updated: 03 Mar 2020 13:53 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Unplanned
Last Updated: 25 Nov 2021 12:02 by ADMIN
Add the ability to apply kendo template on Kendo Grid column reorder while dragging the header. 
Unplanned
Last Updated: 25 Nov 2021 12:01 by ADMIN
Created by: Jim
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently the Barcode control support POSTNET bar code.  However the USPS retired this bar code in 2013.  I am suggesting that the POSTNET barcode be replaced with the IMB OneCode barcode that the USPS now supports.
Completed
Last Updated: 23 Dec 2021 08:42 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
The Kendo community is quite heavily developer-based. But as a designer, I need to create design comps using Kendo as a base for our interfaces. Designers need to have templates they can grab, otherwise designers like myself will have to rebuild what we see on the Demo site in our favorite graphics program.

We need .ai/.psd/.sketch versions of the Kendo UI interfaces, even better with skins too (we'll be using Nova as a base).
Declined
Last Updated: 20 Sep 2021 15:19 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0
Sitefinity uses KendoAll everywhere, here's an example of how it's used CMS-wide
https://github.com/Sitefinity/feather/blob/a9a417115096af67629603cf0eaf52e8a6810d06/Telerik.Sitefinity.Frontend/Mvc/Views/Designer/Designer.cshtml#L53

The basic idea is that when the page is built at runtime all the references to the script get combined and it's only served once.  So the stock widgets just all reference KendoAll and if there's 100 widgets on a page that the user creates, KendoAll only comes down once...

So in the SF backend we can set what "ScriptRef.KendoAll" means... like which script it points to, or even to use the CDN version.

Typically what I do to cut the size is to change the KendoAll script to KendoWeb CDN because nothing in Sitefinity uses KendoMobile so why constantly deliver the massive bundle.

However there's been a bunch of times where KendoDataViz has been required on the sites, and now I'm stuck... because you can't just add KendoWeb and KendoDataviz seperatly on a page due to the overlap of functionality.

Option 1: Change the entire site back to KendoAll
Option 2: Generate a custom build and use that

Problem with option 1 is I'm back to delivering a couple meg file to users

Problem with option 2 is I can no longer use a CDN, and every release I'm having to keep re-generating a new bundle file.

It would be very very very nice if a pre-generated DataViz+Web (and seperate DataViz+Mobile) build was available on the CDN to use.
Completed
Last Updated: 22 Jan 2020 08:24 by ADMIN
Created by: Sebastien
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Let's be clear, i know there is notification. But, i think that we can add some functionalities to this feature.

It will be great to have a notification center:
-It display the number of notification
- When we click on it, it will display the notification stack

A little bit like Facebook when you see the notifications.


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: 25 Nov 2021 11:59 by ADMIN
The Kendo Validator cannot be used with the contents of a bound listview because there isn't a way to give unique names to each input. Knockoutjs handles this via the uniqueName binder: http://knockoutjs.com/documentation/uniqueName-binding.html

I wrote a custom binder to accomplish this but it would be nice to have a delivered option.

Basically I: 1) locate the parent data-uid and tack that onto the end of the name 2) update all data-for references to match.
Declined
Last Updated: 02 Dec 2021 11:56 by ADMIN
Created by: WT
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
I have a scenario where the form has enough elements to have performance issue with the validator, so I would like to be able to pass a selector to validateInput() that targets multiple inputs. 

Example: validator.validateInput($("input[name^=itemLine]")
Unplanned
Last Updated: 22 Jul 2021 19:30 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Greetings,

How can I achieve the following using MVC + Kendo grid + jquery http://www.igniteui.com/grid/export-grid-loading-indicator
Duplicated
Last Updated: 22 Jul 2021 19:05 by ADMIN
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
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.
Completed
Last Updated: 25 Nov 2021 11:57 by ADMIN
Created by: Rubens
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Custom validations are not triggered by blurring the input (as it visually seems), but when the set() method of the underlying model is called to change the value of the edited field.


Possible workaround:


  $('input[name="ProductName"]').bind('blur', function(){
    // get a reference to the built-in validator
    var validator = e.container.data("kendoValidator");
    validator.validate();
  })

Completed
Last Updated: 25 Sep 2017 21:28 by ADMIN
Created by: sam starobin
Comments: 19
Category: Kendo UI for jQuery
Type: Feature Request
94
This is a great framework that takes the best ideas of angular and react without being as difficult to learn as either of them.  Please consider it.
Declined
Last Updated: 25 Nov 2021 11:42 by ADMIN
Make the html date and time controls match the skins for the native Kendo UI look.  This way a form built with Kendo UI will look pleasant across a mixture of html and Keno UI controls.  In some cases it would be better to have the mobile style "scroll" to enter dates and times but the look is off putting.
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.
Declined
Last Updated: 04 Nov 2021 11:50 by ADMIN
Created by: kishore
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo OOXML should allow to give Pattern Style and Pattern Color for  cell.