Completed
Last Updated: 12 Sep 2018 15:19 by ADMIN
Created by: John
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
197
Reopen from http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/10600184-grid-in-combobox
Details about this widget were described in user comments.
Completed
Last Updated: 21 May 2018 19:19 by ADMIN
Created by: Maciej
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
233
A TreeView in ComboBox would be most helpful as both a stand-alone control and when editing within the Grid.

 something like this: http://www.brad-smith.info/blog/archives/193 (example from .NET Windows forms world)

* Used for relative small tree data structure.
* User may select one (many) item(s), without _loosing context_ (no interrupting dialog box, 'flat' interface).
* User may accept selection by click on item, or pressing 'enter'.
* User may cancel (hide) popup when click outside control/popup (ie in another control, that received focus) or pressing escape - like in combobox/dropdown.
* It will be nice if user can select items using keyboard arrows.
* After opening popup or selecting item, widget still has focus
* When user types in combo (with open popup), data should be filtered.
* No additional 'ok' or 'cancel' buttons to accept/dismiss selection.
Completed
Last Updated: 15 Jul 2021 11:02 by ADMIN
Created by: Marc
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
Can you start to support jQuery 3.x.
Declined
Last Updated: 03 Mar 2020 14:18 by ADMIN
Created by: SWAT
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
If we need to run some code in all of views, there is no way to do it besides add the call to each and every view in the project. In a large scale project that might have 100 views in many seperate folders and sub folders - this become a nightmare.

You should add the ability to add a generic event to all the views (kind of a "base class" for view) or by implementing the attached event via the application definition [var app = new kendo.mobile.Application()...]

Thanks,
ilan.
Completed
Last Updated: 28 Oct 2021 10:51 by ADMIN
Created by: Bernd
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0
As mentioned here: http://www.telerik.com/forums/please-make-apis-used-in-your-sample-projects-official-public
you make use of kendo.date and kendo.timezone in your examples. It would be nice to know a bit more about those. And to have them available in typescript.
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.
Unplanned
Last Updated: 20 Sep 2021 15:19 by ADMIN
Ability to show a circle on a map to encompass a specified number of miles/km from a point.  This is different from the Bubble layer as it will keep the radius in miles/km when zooming in/out
Declined
Last Updated: 22 Jul 2021 09:41 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
https://www.pioneeroutsourcing.com/accounting-and-book-keeping.html : 
Bookkeeping services are outsourced by most business https://www.pioneeroutsourcing.com/payroll-accounting.html : organizations today. Many applications and these services are the https://www.pioneeroutsourcing.com/client-data-security-and-controls.html : benefits of outsourcing. Outsourcing bookkeeping services is, why has become an integral part of all of the company are described in this article. 
Bookkeeping is referred to as the recording of financial transactions. This is, sales, profit, purchase, contains the transactions related to the receipt and payment. 
https://www.pioneeroutsourcing.com/gaap-accounting.html
Unplanned
Last Updated: 04 Aug 2021 07:18 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.
Completed
Last Updated: 24 Aug 2021 06:11 by ADMIN
Created by: Chris
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
So that the dates are still visible when a user scrolls down through the resources.
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
Completed
Last Updated: 15 Sep 2021 14:20 by ADMIN
Created by: Javier Sainz
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Export to Excel for a lot of data using configurable page size and configurable maximum rows


    excel: {
        allPages: true,
        pageSize: 500,
        maximumRows: 5000
    },
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
Unplanned
Last Updated: 24 Aug 2021 04:55 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
Menu, ContextMenu, TabStrip, PanelBar, Splitter have append, insertAfter and insertBefore methods.
kendoToolBar has only add, so there is no way to insert new command after/before other command.

Please add methods insertAfter and insertBefore to the kendo.ui.ToolBar widget.

Related forum post:
http://www.telerik.com/forums/insert-item-at-the-beginning
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
Completed
Last Updated: 21 Sep 2017 14:44 by ADMIN
Created by: Irvin
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
9
We've adopted React+Redux and currently building our own component library.  Is there an official statement regarding React.js integration and roadmap?
Unplanned
Last Updated: 27 Jul 2021 08:07 by ADMIN
Created by: Santosh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Add legend icon as per series type

when use series type area then show area icon on legend
when use series type line then show line icon on lagend
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/
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]".