Unplanned
Last Updated: 09 Apr 2026 21:54 by ADMIN
Created by: Sergei
Comments: 12
Category: KendoReact
Type: Feature Request
32

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

Unplanned
Last Updated: 08 Apr 2026 11:59 by Bojan
Created by: Bojan
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the Chat component had an `autoFocus` prop
Unplanned
Last Updated: 01 Apr 2026 07:30 by ADMIN
Created by: Pravin
Comments: 1
Category: KendoReact
Type: Feature Request
1
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***

The following options are available in the jQuery version: 

Insert Comment 

Insert Hyperlink 

Insert Image 

In KendoReact Spreadsheet: 

These features are currently not available. 

Query: 

Are there any APIs or extension points to support these insert operations? 

Is there a roadmap for introducing these capabilities? 


Unplanned
Last Updated: 23 Mar 2026 10:11 by Dhara
Created by: Lukasz
Comments: 2
Category: KendoReact
Type: Feature Request
3
Disabling the row click selection will be useful In scenarios like multi-row checkbox selection, where the client does not want to update the selection state on row click (but only on checkbox click).
Unplanned
Last Updated: 20 Feb 2026 11:00 by Anu
Created by: Anu
Comments: 0
Category: KendoReact
Type: Feature Request
3

Add an optional row-based keyboard navigation mode for the KendoReact Grid where Arrow Up and Arrow Down move focus between entire rows instead of individual cells.

Unplanned
Last Updated: 05 Feb 2026 17:55 by ADMIN
Created by: Lacey
Comments: 1
Category: KendoReact
Type: Feature Request
0
I would like to extend the functionality of the chart wizard. For example, if I wanted to expose other things to change about the chart, could I create a new tab in the wizard? I would like to allow the user to turn on and off things and I think it makes the most sense to put this functionality next to the other tools editing the chart.
Unplanned
Last Updated: 05 Jan 2026 08:57 by Yen
Created by: Yen
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. ***

The KendoReact Scheduler currently does not provide a supported way to display only all-day events while hiding all time slots when using vertical resource grouping (Week or Timeline-based views). It would be beneficial if we had a mechanism for implementing an all-day–only Scheduler view that supports vertical resource grouping, renders multi-day events as a single continuous bar across consecutive days, and preserves the existing Scheduler structure and interactions.

Unplanned
Last Updated: 01 Jan 2026 09:32 by Grant
Created by: Grant
Comments: 0
Category: KendoReact
Type: Feature Request
1

It would be beneficial for GridToolbarColumnsChooser to offer customization options that allow developers to control which columns can be shown or hidden.

Unplanned
Last Updated: 18 Dec 2025 08:00 by ADMIN

When using KendoReact Grid with multiple grouping levels, the Grid automatically adds horizontal indentation inside <td> elements to represent group hierarchy.

While this behavior is expected, there is no public API to control, customize, or disable this indentation.
As grouping depth increases, this extra space causes layout issues, unexpected horizontal overflow, and breaks strict or custom design systems.

Is there a reason why this spacing is not configurable?
Are there plans to expose an official option (e.g. groupIndent / groupPadding) or any supported API to manage grouped row indentation?


Example:

Unplanned
Last Updated: 11 Dec 2025 12:59 by eDAD

Description

User Impact:
Screen reader users will miss important descriptive details on the pager section, making navigation unclear.
This can lead to confusion and difficulty in understanding page context or available actions.

Plan

KendoReact

Steps To Reproduce

Open the URL: https://www.telerik.com/kendo-react-ui/components/grid in edge browser in windows.

'React Data Grid Overview' page will be open.

Press tab key to navigate to the pager section.

Verify whether screen reader is announcing descriptive information on the pager section in windows or not.

Unplanned
Last Updated: 05 Dec 2025 12:41 by ADMIN
Created by: amir
Comments: 1
Category: KendoReact
Type: Feature Request
0

DateTimePicker - TRL support in case of no value - "שנה/חודש/יום" instead of "יום/חודש/שנה"  when the format is YYYY/MM/DD

 

Unplanned
Last Updated: 02 Dec 2025 11:34 by ADMIN
Created by: Jeff
Comments: 4
Category: KendoReact
Type: Feature Request
4

The Kendo Form component internally uses a FormContext which is ued by FormElement and Field. However this Context is not exported in @progress/kendo-react-form

Please export this context. It would really help with the usability of the Form component for complex forms. There are things in the FormContext that are not available in the formRenderProps.

Alternatively, put everything from the context into the FormRenderProps. These don't seem like they needed to be 2 different objects.

Specifically with the Context you can see what fields have been `touched`, `visited` and `modified`. But with the render props you only get a boolean if any field has been touched, visited or modified; not the names of the fields.

Unplanned
Last Updated: 26 Nov 2025 15:43 by ADMIN
Created by: Pablo
Comments: 1
Category: KendoReact
Type: Feature Request
1

Be able to to modify the cut-off point depending on what baseUnit is selected in a chart time series.

e.g.

Given the following data points:

Data = [

  Friday 10th Oct: 123,
  Saturday 11th Oct: 54,
  Sunday 12th Oct: 77,
  …,
  Tuesday 20th January: 10,

]

If baseUnit = year

Currently what happens is:

1st Jan -> 1st Jan -> 1st Jan

What we want:

10th Oct -> 10th Oct -> 10th Oct

If baseUnit = month

Currently what happens is:

1st Oct -> 1st Nov -> 1st Dec

What we want:

10th Oct -> 10th Nov -> 10th Dec -> etc

*Edge case of 29th, 30th, and 31st:

Default to last day of the month

Oct 31st -> Nov 30th -> Dec 31st

If baseUnit = week

Currently what happens is:

Sunday 5th Oct -> Sunday 12th Oct -> Sunday 19th Oct

What we want:

Friday 10th Oct -> Friday 17th Oct -> Friday 24th Oct -> etc

If baseUnit = day

This is our minimum unit so everything works

Unplanned
Last Updated: 25 Nov 2025 10:31 by ADMIN
Created by: Attila
Comments: 1
Category: KendoReact
Type: Feature Request
6

In our software we want to create a filter with MultiSelectTree. The hierarchy is this: LV1 -> LV2 -> LV3. In the database the data is assigned to LV3. If the component is loaded with lot of LV3 items then selecting the parent LV2 node will result a very long tag list in the textbox part of the MultiSelectTree which is not user friendly. In this case I expect selecting the LV2 node will check the LV3 subnodes also but the textbox part has only that LV2 tag as selected. So the checkboxes should remain the same textbox should display the selected parent only.

Other cases:

- when LV1 is selected, then every children will be checked but textbox should display only the selected location

- when 99 of 100 LV3 items are checked then LV2 parent is not fully checked so textbox should display only the bins but only the first N items then use ... characters.

Unplanned
Last Updated: 11 Nov 2025 13:42 by ADMIN
Created by: Rita
Comments: 7
Category: KendoReact
Type: Feature Request
2

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: 06 Nov 2025 10:13 by Haseeb
Created by: Haseeb
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was an animationClass prop that will make styling easier.
Unplanned
Last Updated: 31 Oct 2025 07:46 by Grant
Created by: Grant
Comments: 0
Category: KendoReact
Type: Feature Request
1

Provide a set of utility functions for safely creating, traversing, updating, and deleting filters inside nested CompositeFilterDescriptor trees.

Unplanned
Last Updated: 23 Oct 2025 11:12 by Tevalis
Created by: Tevalis
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was a way to customize the flag of the Timeline component
Unplanned
Last Updated: 21 Oct 2025 15:40 by Dmitry
It would be beneficial if there was a mechanism to identify the actual grouping level of each header cell regardless of expansion state, such as exposing a groupLevel property
Unplanned
Last Updated: 09 Oct 2025 11:20 by ADMIN
Created by: Christopher
Comments: 3
Category: KendoReact
Type: Feature Request
2
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***

I want to achieve an improved customization over the font styling of the title and subtitle pieces using the SCSS theme variables. We want to globalize the style changes via SCSS


1 2 3 4 5 6