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?
Unplanned
Last Updated: 19 Oct 2020 05:54 by ADMIN
Created by: Magnus
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Package kendo ui widgets as ES6 modules
Unplanned
Last Updated: 19 Jan 2022 15:51 by ADMIN
Kendo's support for conditional number formatting results in it picking the negative or positive format even when the underlying value is being rounded to zero. This is generally not what users expect and is inconsistent with .NET's number formatting.

Here's an example:

kendo.toString(-0.1, "0;(0)") // results in "(0)" instead of the expected "0"

In contrast, .NET behaves differently:

(-.1).ToString("0;(0)") // results in "0"


It would be great if kendo's toString implementation incorporated this logic.

More information and examples are available in this Kendo forum post:
http://www.telerik.com/forums/kendo-showing-negative-zero-when-using-conditional-formatting-c729272b262d#0lTodzUtsEeF4d3xn8hhDA

There's also this StackOverflow question:
http://stackoverflow.com/questions/39977630/kendo-conditional-formatting-results-in-negative-zero
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.
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: 16 Feb 2022 14:25 by ADMIN
Created by: Geoffrey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
You can enter cross sheet references manually, but end users would like being able to copy from one sheet to another creating a cross sheet reference instead of copying the value
Unplanned
Last Updated: 23 Jun 2017 17:49 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
Completed
Last Updated: 08 Jul 2021 12:55 by ADMIN
Created by: Sandeep Kumar
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Locked columns can only be on one side of the Grid.
In Kendo Grid, is it possible to have locked columns on the left and right side.
For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
Unplanned
Last Updated: 26 Aug 2020 10:57 by ADMIN
Created by: Sandeep Kumar
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
12
Locked columns can only be on one side of the Grid.
In Kendo Grid, is it possible to have locked columns on the left and right side.
For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
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 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.