Declined
Last Updated: 02 Mar 2021 16:28 by ADMIN
Created by: Imported User
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently a bar linear gauge can only be drawn from minimum to maximum, but a start position (center) to draw left/right or up/down would be welcome.
Declined
Last Updated: 12 Aug 2021 13:50 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
If the ranges can be more leveraged more information can be visualized in a single gauge and it allows for creating "custom bars".
The pointer value already accepts a margin.

Example:
 scale: {
                            majorUnit: 20,
                            minorUnit: 5,
                            max: 180,
                            ranges: [
                                {
                                    from: 80,
                                    to: 120,
                                    color: "#ffc700",
                                    margin: 10
                                }, {
                                    from: 120,
                                    to: 150,
                                    color: "#ff7a00"
                                }, {
                                    from: 150,
                                    to: 180,
                                    color: "#c20000"
                                }
                            ]
                        }
Declined
Last Updated: 02 Dec 2021 11:49 by ADMIN
Created by: Valdemar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
There is very convenient tool to generate Java applications which use Spring Boot, Angular JS and Bootstrap: https://jhipster.github.io/

My idea is to add support for Kendo widgets in jHipster. 

This could be realized as partial support for few widgets (especially Grid) to existing project (low budget option) or as jHipster clone for Kendo UI only (with technology stack Spring Boot, Kendo UI (MVVM) and Bootstrap (big budget option). 
Declined
Last Updated: 01 Feb 2022 15:18 by ADMIN
Created by: Daniel
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I sense the speed of this effect is not as fast as androidMDL and ios slide/overlay effects. We could be able to make it master or slower depending on our needs.
Completed
Last Updated: 22 Jul 2021 12:22 by ADMIN
Created by: Joe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I'd like to see the Mapping component support SVG SHape data along with geoJSON, for custom mapping.  As it is, the map is only useful for geographical data, but there's a whole bunch of other mapping functionality one could accomplish if we could provide SVG Vector Hapes as maps.
Declined
Last Updated: 13 Jan 2016 18:00 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be nice to have a feature available to let user import excel sheet and import its contents in existing Kendo UI grid. 
Declined
Last Updated: 04 Nov 2021 12:26 by ADMIN
Created by: Hoon
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Polymer support has already been requested but I would like to see Kendo UI support for Polymer.Dart.
Declined
Last Updated: 18 Feb 2016 10:58 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo chart are not stacked 
Completed
Last Updated: 15 Apr 2016 13:49 by ADMIN
Can we have a way to implement the  org chart functionality (present in Rad Controls for ASP.NET) in MVC using Kendo
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: 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.
Declined
Last Updated: 01 Mar 2021 08:56 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
These guys have very good toolking for nework diagrams visualization. Could you make something similiar? It would be great for many uses network, antifraud, etc

http://cambridge-intelligence.com/keylines/
Declined
Last Updated: 20 Aug 2021 08:38 by ADMIN
Created by: Marc Simkin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Being able to trigger actions in other modules of one application is important.  Also, good design principles dictate that tight coupling of modules is not good.

In order to allow various modules to communicate with each other some sort of pub/sub or event routing framework should be implemented.

The Observable class is can be used as a starting point.

This new class should be tied to the presence of a DOM element.  This should be similar to how AngularJS handles events with $broadcast, $emit, and $on.

This could also be similar to the schemes describe in the below links:

https://keestalkstech.com/2016/03/strongly-typed-event-handlers-in-typescript-part-1/

http://www.wintellect.com/devcenter/jlikness/building-a-javascript-event-aggregator-using-typescript
Declined
Last Updated: 16 Feb 2022 14:34 by ADMIN
Created by: Marc
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
You have a private Nuget feed for the KendoUI Professional packages. The package in that feed doesn't contain the typescript definitions.  

However, if I download the *.zip version of the KendoUI Professional from the "Your Account" area of the web site, it contains the TypeScript definitions.

Please add the TypeScript definitions to the NuGet package.
Completed
Last Updated: 12 Aug 2019 08:44 by ADMIN
Create a sample Export to PDF for multiple grids.  You have sample code for multiple Grids to Excel, but not PDF.  You have a nice sample of exporting two kendo charts and a grid, but I need to export a DIV with some panels/etc, then also about 4 grids.  Similar to your example, but not sure about the jquery/Draw/Progress/Deferred code.  Thanks
Declined
Last Updated: 03 Mar 2020 14:13 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
What control would I use for an 'Infinite' data scroller?

Where you have a horizontal div that is loaded initially with 4 divs, 2 of which are viewable in Portrait mode and more in landscape mode, but when you pull from the right, flicking to the left to get more content an ajax call get more.

This example is common on Amazon product pages of related products, but there you have to tap on the right  cheveron/arrow to fetch more, where as a smoother approach is to load more into the non-visible part.

I have only seen examples so far of infinite scrolling from the bottom in jquery.

I imagine that you would have got this solved already, so can you give me an example of I guess your data source component feeding a div with extra divs from the right. There must be a suitable trigger point so the spinner is not going forever due to a slow load. So I guess when a 

I am trying to work out what divs need to be in the page preloaded, and what can be fetched from the server.
Declined
Last Updated: 16 Dec 2021 11:36 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
ButtonGroup is a part of Mobile Ui but on mobile it is not being responsive. Especially on small screen in portrait mode it is not responsible at all
Declined
Last Updated: 06 Jan 2022 12:47 by ADMIN
Using kendo UI file upload feature, currently we can upload or remove the files. I wanted to view the uploaded file (and download the uploaded file)
Unplanned
Last Updated: 20 Sep 2021 15:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo map wraparound feature for geojson type

The wraparound feature in Kendo map doesnt work for GeoJso type, can we have this feature added.
Declined
Last Updated: 17 Jun 2021 11:37 by ADMIN
Created by: francesco
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The idea is that we have dispatchers (classes that fire events) and listeners (classes that listen for events).