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: 19 Aug 2021 11:09 by ADMIN
Created by: Craig
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great to have a Widget that allows you to bind keyboard short cuts to a normal HTML element such as a Button or really an other element.

Additionally upon init, this widget would check for conflicts against other shortcuts provided by Kendo UI and provide the developer an exception explaining the conflict.
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: 12 Aug 2021 13:45 by ADMIN
Can you please add support different scales in radar charts for the different categories/axes? The radar chart becomes mostly useless when, e.g., one category has values that range from 0-10 and another ranges from 0 to 1,000,000.
Declined
Last Updated: 12 Aug 2021 13:42 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When changing the bounds of a shape, especially changing the X & Y position allow the new value to be set with animation. 
Declined
Last Updated: 04 Aug 2021 10:18 by ADMIN
Created by: Lynn
Comments: 5
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

When I call grid.datasource.sync() on a datasource that has a model id defined, but this field is unmapped, I get a cryptic error. You can find a reproducer here: https://dojo.telerik.com/iLacazot

Uncaught TypeError: o is undefined
    setup http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    create http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    Deferred jQuery
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _send http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    sync http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    <anonymous> http://127.0.0.1/a/program/discount/search/:4058


On a slightly related subject; When checking the docs on the model id it seems that the example is missing from this page:

https://docs.telerik.com/kendo-ui/api/javascript/data/model/fields/id

Declined
Last Updated: 04 Aug 2021 07:21 by ADMIN
Created by: Михаил
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Implement some dialog windows for simple creating users and roles.
Also it essential to create login widget with managing users like asp.net empty project
Declined
Last Updated: 04 Aug 2021 07:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I could attach a screen shot of this, but there doesn't seem to be a way to attach anything.
Declined
Last Updated: 04 Aug 2021 07:11 by ADMIN
Created by: Yifan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Please support partial formatting of the output Excel cells
Declined
Last Updated: 27 Jul 2021 13:28 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
[  Numeric Text Box ] [  /\  ] [ \/ ]

the spinners are small and I would like them to be bigger at the cost of screen space
Declined
Last Updated: 27 Jul 2021 13:26 by ADMIN
Created by: Pismenov
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Ruby server wrappers. We need it!
Declined
Last Updated: 22 Jul 2021 19:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
<input data-role="maskedtextbox" data-bind="value: ip_address" data-mask="000.000.000.000"  />

The problem is that if you don't use all digit places, you have to put a zero (192.168.002.100 vs 192.168.2.100).  I would like there to be a max number of characters (3) in-between the periods.  
Declined
Last Updated: 22 Jul 2021 19:07 by ADMIN
Created by: Heba
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please Add Skin Chooser control
Declined
Last Updated: 22 Jul 2021 11:27 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
adding / inserting form elements such as input, select (dropdown) through Kendo UI editor widgets
Declined
Last Updated: 22 Jul 2021 11:27 by ADMIN
Created by: Fillip
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I was wondering if there's a way to validate a form that has inputs with identical names. The following JS Fiddle is an example of identical names:

http://jsfiddle.net/fmpeyton/5c9d2p0c/

I would hope there would be a way to handle this, since lots of backend languages have the ability to accept identical name attributes, as they concatenate the values or convert them into an array or collection (ASP.NET).
Declined
Last Updated: 22 Jul 2021 11:20 by ADMIN
Created by: Hendrik
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
In the Silverlight version of Telerik, it is possible to show traffic information. It would be nice if we could do the same thing in ASP.NET MVC in HTML/JS.
Declined
Last Updated: 22 Jul 2021 11:19 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Right now, the only charsets that are supported are UTF8 and ISO/IEC 8859-1.  

Since I have a lot of data to encode, I can get a more efficient output by directly writing a stream of bytes.
Declined
Last Updated: 22 Jul 2021 11:14 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI integration with Riot.js
Declined
Last Updated: 22 Jul 2021 11:03 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI Chrome Inspector not finding elements in iframe. if possible there should be provision to select any kendo element from DOM and check kendo UI inspector.
Declined
Last Updated: 22 Jul 2021 10:52 by ADMIN
Created by: Nawaz
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently localization supports only for kendo controls, but I need it will support for entire page