Completed
Last Updated: 12 Aug 2025 14:53 by ADMIN
Created by: Andrew
Comments: 24
Category: Kendo UI for jQuery
Type: Feature Request
91
For example; similar to http://www.highcharts.com/stock/demo/arearange

Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.
Unplanned
Last Updated: 07 Aug 2025 06:47 by Yohann
Created by: John
Comments: 2
Category: DropDownList
Type: Feature Request
2
Add a filterOptions option that will enable users to configure attributes, placeholder, etc for the search box of the DropDownList. 
Unplanned
Last Updated: 06 Aug 2025 10:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: TabStrip
Type: Feature Request
0

Currently, when items are reordered or moved from one ListBox to another, the items are present in the dataSource, but not in the position they are displayed. I know about the following solutions: 

https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/list-box-reordering-not-working 

and - https://dojo.telerik.com/gDwkisQr 

However, I would like to have a built-in method for retrieving the items in the order they are displayed.

Unplanned
Last Updated: 01 Aug 2025 08:52 by Praveen

When the Grid has scrollable.virtual enabled and pdfExport.allPages set to true, the loader is actually displayed, but it gets hidden immediately when the next page is loaded for exporting. This leads to the loader appearing as not visible. https://dojo.telerik.com/QlIlIbTZ

I would like the progress bar functionality to be improved and to have built-in support for displaying a progress bar in the virtual Grid when exporting all pages

 
Unplanned
Last Updated: 31 Jul 2025 05:53 by omti
When a column is grouped, sorting that column is no longer meaningful. Currently, it’s possible to manually update the column options to hide the sort indicator, but doing so creates gaps in the numbering of the remaining indicators (e.g., 1 and 3 instead of 1 and 2), which can be confusing for end users.

If the Grid could automatically hide sort indicators for grouped columns and re-index the sort numbers for the remaining sortable columns, or provide an API to trigger this behavior, it would make the UI much cleaner and more intuitive.
Unplanned
Last Updated: 30 Jul 2025 16:44 by Tim
Created by: sreeraj
Comments: 3
Category: Editor
Type: Feature Request
7
For example when we type @ it should autocomplete a certain list of data in the editor
Unplanned
Last Updated: 24 Jul 2025 06:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: Window
Type: Feature Request
0

Currently in kendo.prompt, the user can accept or decline the entered value in the popup only by clicking on the 'OK' and ' Cancel' buttons.

I know I can workaround that behavior as demonstrated below - https://dojo.telerik.com/pRIUUdCh 

$('[role="alertdialog"]').on('keydown', function(event){
        if(event.keyCode == 13){
          $('[role="alertdialog"] .k-button:first-child').focus();
          $('[role="alertdialog"] .k-button:first-child').click();

        } else if (event.keyCode == 27){
          $('[role="alertdialog"] .k-actions .k-button').eq(1).click()
        }
      })

However, I would like to have a built-in possibility to accept and cancel through the Enter and Escape keys.

 

Duplicated
Last Updated: 15 Jul 2025 07:49 by ADMIN
Created by: Karl
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Views - Month - numberOfWeeks (set to 6 weeks), do not need to see previous or next month week.  Only show days of the selected month.

This is OK:

This is not, unnecessary week of Aug 03.  The extra week adds to a busy calendar clutter.

 

 

Unplanned
Last Updated: 03 Jul 2025 17:01 by Jakob
Created by: Jakob
Comments: 0
Category: Filter
Type: Feature Request
1

Hi Team,

I would like to request a way to include multiple items in one operation of the Kendo UI Filter.  For example, providing two DropDownLists in one operation.

Thank you!

Unplanned
Last Updated: 30 Jun 2025 09:21 by Lee

Currently, when Chrome Translate is activated and the user presses 'Enter' key in the Editor, the text is translated.

Also, when Translate is enabled and the user types fast, some characters disappear, as Chrome rewrites the inner text of elements. I know that this can be controlled by adding a translate attribute.

However, I would like to have the option to control this by the built-in Editor configuration options (for example, translate: false).


Unplanned
Last Updated: 25 Jun 2025 09:59 by ADMIN
Created by: Christian
Comments: 21
Category: OrgChart
Type: Feature Request
48

The horizontal space between all OrgChart nodes on the same level is one and the same and it is equal to the horizontal space needed to show the child nodes of the parent with most child nodes. It is represented by the red squares on the image below. This results in excessive empty horizontal space between nodes with no child nodes or no visible child nodes.

This may be observed on the following Dojo runner. Currently the OrgChart has empty space between the first level nodes, and also there is empty space after the last node:

Suggested behavior:
There is no empty horizontal space between nodes on the same level - highlighted in yellow on the image above. In the above scenario, there should be no empty space between the first level's second and third node and no space after the third node, which may be observed, when the first node has no expanded child node:

 

 

Unplanned
Last Updated: 20 Jun 2025 16:41 by Armen
Created by: Armen
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Hi Team,

I would like to request to include the PMT function for the Kendo UI Spreadsheet.

Thank you!

Unplanned
Last Updated: 20 Jun 2025 12:56 by Alon

Hi Team,

I would like to request more live demos/samples which use Kendo UI for jQuery in ASP.NET Core web applications. 

Thank you!

Unplanned
Last Updated: 19 Jun 2025 07:12 by Hanumantha
Created by: Hanumantha
Comments: 0
Category: PivotGridV2
Type: Feature Request
1

When the control is opened for the first time, the initial rendering behavior appears a bit awkward—it renders the control aligned all the way to the right. This doesn’t provide an ideal user experience.

To ovecome this I am using custom styles as demonstrated in the dojo linked here -  https://dojo.telerik.com/qtdksIeh.

However, I would like to request improvement of the PivotGridV2 initial loading appearance, so it is not needed to add custom style to the component. It would be great if the component is rendered on the entire width while loading (as it is after the data is loaded).

 

Unplanned
Last Updated: 18 Jun 2025 12:37 by TafnitDev
Created by: TafnitDev
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to be able to pass a string value to a numeric column without schema.parse or changing the model to object.  This would allow us to use all sorts of functions/behaviors related to the number type (filtering, editing, etc.).  

Thank you!

Unplanned
Last Updated: 17 Jun 2025 18:38 by Ruby Jean
Created by: Ruby Jean
Comments: 0
Category: PropertyGrid
Type: Feature Request
1

Hi Team,

I would like to request the functionality to display the full field name in the field column either with a template or with a built-in configuration. 

Thank you!

Unplanned
Last Updated: 09 Jun 2025 20:47 by Priyanka
Created by: Priyanka
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request for the Grid the functionality to allow copying but to be able to configure row or cell copying without being dependent on selection mode.  For example, a grid with multiple/row selection, but configured to select a cell.

Thank you!

Unplanned
Last Updated: 09 Jun 2025 12:49 by Kenton VK
Created by: Greg
Comments: 3
Category: PDFViewer
Type: Feature Request
18

Hello,

I have an 8mb PDF files that I need to be able to search, however when I click on the search tool the entire page starts responding.

This issue happens in your hosted demo. It seems to come as a result of images in the PDF.

What do I need to do to have it work properly?

Thanks,

Greg

Need More Info
Last Updated: 06 Jun 2025 16:18 by ADMIN

We are using a sheet with a datasource

if the user only selects one column and then sorts it only sorts the data in that column and mixes the rows data. 

 

Suggestion: the filter button should act like the Excel filter button where it auto selects the entire sheet before applying the filter.

Maybe only when using a datasource?

 

Completed
Last Updated: 05 Jun 2025 13:43 by ADMIN
Created by: Pratik
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to see a no-data-template be included for the Kendo UI Chart when there is no data.

Thank you!

1 2 3 4 5 6