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.
Unplanned
Last Updated: 09 Sep 2021 13:29 by ADMIN
Created by: Manuel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
9
The idea is to have demos of the different widgets made with Typescript. Nothing fancy just the simple demos so we can understand the different ways to create the objects and their interactions.
Declined
Last Updated: 02 Dec 2021 12:34 by ADMIN
Created by: Pankaj
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 03 Jan 2020 14:57 by ADMIN
Created by: Dan Cornish
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
25
We need the ability to modify the title of the new predefined dialog control.  This control is a great replacement for JavaScript alerts and confirms.  However, we should be able to modify the title by passing in an additional parameter when using the control.

Below is a workaround using CSS:

    <style>
        .k-confirm .k-window-titlebar::before,
        .k-alert .k-window-titlebar::before {
            content: 'My New Title';
            font-weight: bold;
        }
        .k-confirm .k-window-titlebar .k-dialog-title {
            visibility: collapse;
        }
        .k-dialog .k-window-titlebar .k-dialog-title {
            visibility: hidden;
        }
    </style>
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/
Completed
Last Updated: 08 Jul 2021 11:04 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Please create a multi-text control (free text, no selection) like this:
http://docs.webix.com/samples/60_pro/02_form/01_multitext.html
None of your current widgets does this, and simulating it with a listview, a multi-select or even a one-column grid is not a valid option for such an otherwise simple control.
The control is meant to store and return an array of arbitrary values, but ideally it could be extended to use any type of sub-control, like date-pickers for multiple dates, masked text boxes for structured values, etc.
Completed
Last Updated: 12 Aug 2021 14:24 by ADMIN
Created by: Ben
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Currently to show the HTML View of Kendo Editor with indents, you need an external JS. This would be nice to have out of the box.
Unplanned
Last Updated: 16 Sep 2021 11:20 by ADMIN
Created by: louis
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Having this ability would be very useful, as the current solution from an angular standpoint is targeting the listviews before state using CSS:

   [kendo-list-view]:empty:before {
        content: '{{$ctrl.noResultsCaption}}';
        display: block;
        text-align: center;
        padding-top: 5px;
    }
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?
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
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.
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.
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.