Unplanned
Last Updated: 09 Oct 2025 10:35 by Christopher
It would be beneficial if the ExpansionPanel had allowed adding additional header content outside of the built-in title and indicator elements
Unplanned
Last Updated: 09 Oct 2025 10:16 by Christopher
Created by: Christopher
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be great if there was a mechanism for customizing the sorting of the ExpansionPanel headers
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


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: 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: 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: 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: 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: 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 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: 26 Aug 2025 15:18 by zenit1
Created by: zenit1
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if there was a prop that would limit the Filter depth.
Unplanned
Last Updated: 20 Aug 2025 10:34 by ADMIN
Created by: Jie
Comments: 0
Category: KendoReact
Type: Feature Request
1

Please see the example - https://codesandbox.io/p/sandbox/silly-wind-tpfg8n

When column "Unit Price" is locked, while moving the horizontal scroll bar, the group header is sticky (expected behavior), but the group footer is not sticky (wrong behavior).

 

Unplanned
Last Updated: 04 Aug 2025 14:18 by Kidsoft
Created by: Kidsoft
Comments: 0
Category: KendoReact
Type: Feature Request
2

Add a prop to the MaskedTextBox that returns a clean value (without mask literals) and treats an empty mask as null or "".

This will simplify form validation and submission by eliminating the need for manual cleanup of masked values like ____-____-____-____ or 1234-5678-9012-3456

Unplanned
Last Updated: 28 Jul 2025 15:25 by ADMIN
Created by: Diego
Comments: 1
Category: KendoReact
Type: Feature Request
0
When the resizing of the Grid is enabled, the expand/collapse column is always resizable.
Unplanned
Last Updated: 25 Jul 2025 07:53 by Alberto

Currently, the KendoReact DateTimePicker supports passing a DateFormatOptions object to the format prop, but it only respects the datetime property. This prevents developers from using separate localization styles for the date and time portions (e.g., date: "medium", time: "short"), which is supported by the native Intl.DateTimeFormat and toLocaleString APIs.

Unplanned
Last Updated: 22 Jul 2025 07:11 by ADMIN
Created by: Jayesh
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the DatePicker exposed an onKeyDown evet.
Unplanned
Last Updated: 10 Jul 2025 10:20 by Emile
Created by: Emile
Comments: 0
Category: KendoReact
Type: Feature Request
2
It would be beneficial if we had a mechanism for customizing the Chart animations.
Unplanned
Last Updated: 08 Jul 2025 12:14 by ADMIN
Created by: Maria
Comments: 1
Category: KendoReact
Type: Bug Report
0

Hi,

The first render of a DatePicker component with an onOpen prop throws an error: Unknown event handler property `onOpen`. It will be ignored.

Reproduction:

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

2. The error will appear in the console

Expected behavior:

No errors in the console

Unplanned
Last Updated: 02 Jul 2025 13:49 by Kevin

Currently, when we pass an empty string ("") or leave the title undefined for a GridColumn, the Grid automatically falls back to rendering the column's field name as the header title (inside the .k-column-title span).

1 2 3 4 5 6