Completed
Last Updated: 13 Dec 2021 09:46 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Currently, the grid automatically enters edit mode when the user presses  the [Enter] key.  This is difficult to prevent.  There could be a kendoGrid configuration setting to disable "edit on [Enter]".
Unplanned
Last Updated: 09 Dec 2021 09:17 by ADMIN
Created by: Yoshitaka
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi

 

Currently, items binding is not supported by the FloatingActionButton widget in MVVM.

Therefore, the items need to be defined in HTML statically.

It would be great if it is supported so that I can dynamically set the contents for FloatingActionButton in MVVM.

Here is the desired example.

https://dojo.telerik.com/oDopiCAN

 

Thanks in advance.

Unplanned
Last Updated: 03 Dec 2021 08:12 by ADMIN
Created by: Marc
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Several of your controls (Scheduler, Grid) make use of the Validator control for validation on the edit forms.  Once the validator is loaded there is no way to change the options.

It is important if the validator is going to be embedded within other controls that we be able to enable/disable validateOnBlur and get/set the errorTemplate.

Without the ability to change the validator options, support recommends use of private methods.

An alternate choice would be to require those controls that are embedding the validation to provide these options as part of their configuration.

Thanks
Completed
Last Updated: 03 Dec 2021 07:38 by ADMIN
Regarding KendoUI ContextMenu close() method- I believe there is a flaw in the API docs and in the TypeScript typings file. See below:

See API docs at: http://docs.telerik.com/kendo-ui/api/javascript/ui/contextmenu

In the sample for the close method on this page, it has this portion:

    // get a reference to the ContextMenu widget
    var contextMenu = $("#context-menu").data("kendoContextMenu");
    // close the ContextMenu
    contextMenu.close(100, 100);

The "100, 100" params passed here are not needed and looks to be a copy paste from the open() method sample in the api docs. The open() sample passes (100, 100) as x/y coordinates.

Regarding the TypeScript kendo.all.d.ts file the ContextMenu class has this definition for close:
        close(element: Element): kendo.ui.ContextMenu;
        close(element: JQuery): kendo.ui.ContextMenu;
But again, I believe it should take no params.

Please let me know if you confirm this to be the case and if you fix the typings file. Thanks!
Unplanned
Last Updated: 02 Dec 2021 12:37 by ADMIN
Please consider to support grouped boxplot for Kendo UI. For example, we would like to compare the machine capacity within multiple parameters, like machine type, machine no, and employee. We need to group 2 or more parameters in x-axis. Many statistical package could generate this group boxplot and reach our request. But we need to developt a web application with this function.
Declined
Last Updated: 02 Dec 2021 12:34 by ADMIN
Created by: Pankaj
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Under Review
Last Updated: 02 Dec 2021 12:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
This is best javascript network visualization tool i have seen but it is very expensive. Could you add some widgets like this to Kendo?

http://cambridge-intelligence.com/keylines/
Unplanned
Last Updated: 02 Dec 2021 12:22 by ADMIN
ToolBar items only have two states (besides visible and enabled):
- displayed in the toolbar
- displayed in the overflow dropdown (kind of responsive because not very practical on mobile devices where you are left with two visible buttons at the most, and a possibly large overflow dropdown)

On mobile devices, we would buttons buttons that shrink to icon only (no text) before being sent to overflow dropdown. This would improve greatly the responsiveness.
Declined
Last Updated: 02 Dec 2021 12:20 by ADMIN
kendo.ui.notification is not responsive which makes it difficult to use out-of-the-box in a mobile environment. See 
https://github.com/telerik/kendo-ui-core/issues/2351

But ideally in a kendo.mobile.Application, the notification should expand downward below the layout header or upward above the layout footer on the full width of the device screen.
Declined
Last Updated: 02 Dec 2021 12:20 by ADMIN
Created by: deepa
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I am responsible for creating Coded UI tests using Visual Studio 2013 against a web based application using Telerik KendoUI. When running my test Whenever I click on a specific drop down, and select an item the web application becomes busy as if it is trying to populated results to a grid. It never does. However, doing this manually (not running my test), the results are displayed. Now my tests were using Visual Studio record/playback mechanism through the UIMaps editor. Then I tried to create customized code to interact with the Telerik KendoUI control...it did not work. 

I have been reading that Visual Studio Coded UI does not support Telerik KendoUI controls.  I also read it does.  Apparently there is a Q1 2013 (v. 2013.1.0220) support package that will help in this. See link: http://www.telerik.com/forums/radtabcontrol-control-support-microsoft-coded-ui-automation

I am not sure where this package is or where to go get support for Telerik KendoUI. Does Visual Studio Coded UI support KendoUI controls? If so, where do I go to get support?  Or how do I add the extension and update to Visual Studio 2013 Coded UI?  What should I do?
Completed
Last Updated: 02 Dec 2021 12:04 by ADMIN
Created by: Coding Machine
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Posted this bug here: http://stackoverflow.com/questions/39412559/kendo-ui-colorpicker-validation-bug-for-hex-colors

Below the copy:

The Kendo UI color picker control allows entering HEX value manually.

But is has a bug: if you try to enter #123XXX, you will see then #112233

The reason is the Kendo UI color picker parses the first part of the color #123 (which is a correct short form) and ignores the rest XXX symbols (which are not valid HEX symbols)

If you try another case: enter #XXX123, you will see the validation error (HEX value will be highlighted with red).

I need to validate correctly both cases and show the validation error. But I can not find a way to add custom validation to this control.

Question: do you know how to work around this bug and make Kendo UI color picker control fail on validating values like #123XXX, #ADCXYZ, #19BW00 instead of cutting off the last 3 symbols and interpret the first 3 as a short HEX form?
Completed
Last Updated: 02 Dec 2021 12:03 by ADMIN
Currently there is no possibility to use messages file to work with loaders. Because of check if widget exists.
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]")
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: 02 Dec 2021 11:52 by ADMIN
Created by: yaron
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
applying the right-to-left rendering to the exported Excel sheet 
set excel page layout as rtl
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). 
Under Review
Last Updated: 02 Dec 2021 11:40 by ADMIN
Created by: Andreas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Hello Kendo-Product-Team,

there is this create library called xeditable which basically makes it easy to add edit functionality to a details-view. Have a look here: https://vitalets.github.io/x-editable/demo-bs3.html

I think this would be a super addition to the kendo framework. In a typical business application you have a grid with the list of all products and when you click on one product you have a nice details page. Currently if you want to edit the product the user needs to go to a special edit form. With xeditable it is possible to add the editing capability directly into the details page. It's nice and easy for the user (less clicks) and it is easier for the develope (no extra edit form to build).

I also think that it would be easy to do such a thing for you as you already have the controls and the framework.

Thanks
Andi
Declined
Last Updated: 02 Dec 2021 09:41 by ADMIN
Created by: Imported User
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
50
It would be great if there was a wrapper library for Ember.js similar to the kendo-labs libraries for Angular and Knockout.
Declined
Last Updated: 30 Nov 2021 10:41 by ADMIN

Hello,

I've noticed that any attempt at calling `dataSource.read()` on a datasource attached to a Kendo Menu results in keyboard accessibility breaking.

 

Steps to reproduce:

1. Use this code as a starter: https://dojo.telerik.com/IJOyUzEX/2

2. Notice that tabbing to the menu works the first time 

3. Activate the menu and close it.

4. Now try to tab into the menu again. It does no longer work.

 

Are there any better methods to have Kendo Menu dynamically generate the list everytime an open event is triggered?

Completed
Last Updated: 29 Nov 2021 14:54 by ADMIN
Release 2021.R3.SP.next

Hello,

 

in the Typescript bindings, the JQuery $("...").data("kendoXXX") Methods do not include undefined in there return values.

 

https://docs.telerik.com/kendo-ui/intro/widget-basics/jquery-initialization#duplicate-initialization

-> in the second script section, it is also documented that it can return undefined, when there is no widget instance found.

It also returns undefined, when the selector doesn't match any element.

 

Please include undefined in the return values.