Unplanned
Last Updated: 30 Sep 2025 12:28 by Peter
Created by: Peter
Comments: 0
Category: Chart
Type: Feature Request
1
In the current implementation of the KendoReact Chart, when a series is hovered, it enters its active state, and the rest of the series enter their inactive states. It would be great if the Chart supported disabling this behaviour, so that hovering over a specific series does not trigger the inactive states of the other series.
Completed
Last Updated: 30 Sep 2025 12:09 by ADMIN
Release 2025 Q4 (Nov)
I have a tile with the reorderable prop set to false. If I resize the tile the drag clue is rendered (the hand pointer). 
Unplanned
Last Updated: 30 Sep 2025 12:02 by ADMIN

If TabStrip animation is set to false, TabStripTab content width is 100%. If TabStrip animation is set to true (default), TabStripTab content width depends on the content and TabStripTab.contentClassName has no impact on the width of the content.

We should not have to override css classes to set the TabStripTab content width to 100% with animation enabled. As a result we have disabled TabStrip animations everywhere.

https://stackblitz.com/edit/react-zmsekzzo?file=app%2Fapp.tsx

Unplanned
Last Updated: 26 Sep 2025 15:05 by Bojan
Created by: Bojan
Comments: 1
Category: KendoReact
Type: Feature Request
1
We should enable the Treelist not to count items on the second level.
Unplanned
Last Updated: 24 Sep 2025 14:01 by ADMIN
Created by: David
Comments: 1
Category: Filter
Type: Feature Request
3

kendo-react-data-tools provides a built-in TextFilter, NumericFilter, DateFilter and BooleanFilter.

Is it possible to provide a built-in DateTime Filter as well?

Unplanned
Last Updated: 24 Sep 2025 11:43 by Eugene
Created by: Eugene
Comments: 0
Category: Data Grid
Type: Feature Request
1
I’m working with the inline editing example (see StackBlitz sample), where the Grid is configured to support sorting.

Currently, if I click the Edit button on a row and then sort by any column, the editable row is also moved according to the sorting rules.

What I’d like to request is a built-in functionality to freeze an editable row at the top of the Grid, so it remains fixed regardless of the applied sorting.

This would prevent the need to manually override the sorting mechanism just to keep the editable row pinned in place.
Unplanned
Last Updated: 23 Sep 2025 05:54 by ADMIN
Created by: Amit
Comments: 0
Category: KendoReact
Type: Feature Request
1
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***

It would be beneficial if the Chat component had an `allowDuplicates` prop that would prevent the duplication of uploaded files.
Unplanned
Last Updated: 19 Sep 2025 11:53 by ADMIN
Created by: David
Comments: 1
Category: KendoReact
Type: Feature Request
3

We are using the DateFilter from kendo-react-data-tools to filter Odata Edm.Date fields. Neither the DateFilter nor the Edm.Date fields have a time component, but toODataString from kendo-data-query turns the DateFilter value into a DateTimeOffset e.g. YYYY-MM-DDT00:00:00.000Z.

Is it possible to get a date-only value from toODataString using DateFilter?

Unplanned
Last Updated: 18 Sep 2025 10:01 by Evan
Currently, the Auto-scroll works up until the point the cursor leaves the Grid.
Unplanned
Last Updated: 16 Sep 2025 09:04 by ADMIN
Hello,

I am currently working with KendoReact Spreadsheet and I would like to ask two questions:

Is there any built-in way to add custom buttons to the Spreadsheet toolbar, specifically:

One button to copy only the cell values (ignoring formulas, styles, etc.).

Another button to paste only the values into the selected range.

Is there a way to make the column width automatically adjust to the content (an auto-fit behavior similar to Excel), either via API or configuration?

I have reviewed the documentation but couldn’t find clear information about these two features. Could you please confirm if this is possible with the current version of KendoReact Spreadsheet, and if not, if there are any recommended workarounds?

Thank you very much in advance.

Best regards
Unplanned
Last Updated: 15 Sep 2025 11:21 by Scott
Created by: Scott
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if the MultiSelect component had a valueMap prop exposed.
Unplanned
Last Updated: 12 Sep 2025 06:18 by ADMIN
Created by: Jakub
Comments: 3
Category: Map
Type: Feature Request
1
Hello, we have a localized application and we would like to localize the zoom button tooltips for the Map component. What are the keys for localizing the tooltips? I couldn't find anything in https://github.com/telerik/kendo-react-messages.
Unplanned
Last Updated: 11 Sep 2025 11:42 by ADMIN

We are using a customized ChartToolTip with button in our bar chart. However the tab order is not correct for multiple charts. The expect behavior we were told by our accessibility testing team is first chart -> button on tooltip -> second chart -> button on tooltip and so on. The actual behavior is tab shortcut will switch between charts then back to the first chart tooltip element. 

MAS Reference:

Unplanned
Last Updated: 09 Sep 2025 12:22 by Philip
Created by: Philip
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if we had a kendoSchedulerSlotSelectable exposed similar to Angular.
Unplanned
Last Updated: 08 Sep 2025 12:26 by Prasadh
Created by: Prasadh
Comments: 0
Category: Gantt
Type: Feature Request
1
I need to adjust the hour span to display only an 8-hour working shift instead of the current 24-hour view.
Unplanned
Last Updated: 05 Sep 2025 09:56 by Lokesh
Created by: Lokesh
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the DateTimePicker had a togglebutton prop so that the button is customizable. 
Unplanned
Last Updated: 04 Sep 2025 10:01 by menucha
In the table component, the expand (‘+’) icon still appears even when there’s no data. It would be beneficial if there was a way to hide the icon out of the box.
Unplanned
Last Updated: 02 Sep 2025 11:13 by ADMIN

We have received feedback from our user group indicating a need for keyboard-based selection for items that are not in sequential order. Currently, keyboard selection functionality only allows users to select items in a continuous sequence. For example, when using Ctrl+Click, all items in between are automatically selected.

Is supporting non-sequential item selection via keyboard something you plan to implement? If not, could you suggest the best approach or alternative solutions to address this requirement?


 
ref: 
https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/keyboard-navigation

Unplanned
Last Updated: 02 Sep 2025 05:38 by Admin
Created by: Admin
Comments: 0
Category: KendoReact
Type: Feature Request
2

When a Grid column is auto-sized via double-click on the resizer, the GridColumnResizeEvent does not expose the calculated width of the column. Instead, newWidth is 0 (deprecated) and the columns entry for the target column only reflects the width before resizing. 

It would be beneficial if the auto-sized column width were exposed in the GridColumnResizeEvent (e.g., by updating newWidth or adding a new property)

Unplanned
Last Updated: 29 Aug 2025 13:46 by ADMIN
Created by: Sergei
Comments: 10
Category: KendoReact
Type: Feature Request
30

Hello,

We are currently developing an application based on Kendo React components.
We are wondering if the React-Gantt chart has the functionality to edit the data by drag-n-drop the same way it possible with JQuery-Gantt (see attachment).

Thanks in advance for your help.

 

Kind regards,
Sergei

1 2 3 4 5 6