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).

Unplanned
Last Updated: 01 Jul 2025 05:04 by Sivert
Created by: Sivert
Comments: 0
Category: KendoReact
Type: Feature Request
1

Allow customization of the top-right icon in the Adaptive View header (DatePicker and DateTimePicker)

Unplanned
Last Updated: 01 Jul 2025 05:03 by Sivert
Created by: Sivert
Comments: 0
Category: KendoReact
Type: Feature Request
1
Currently, the Cancel button resets the internal state but does not close the popup, which confuses users.
Unplanned
Last Updated: 18 Jun 2025 17:07 by Zac

Hello,

My development team is working with a business that has a design requirement for each calendar in the MultiViewCalendar component to have its own month and year label.

From what I can tell by looking at the documentation for this component, the MultiViewCalendar does not support defining labels that can be placed above each individual calendar. It only supports showing a single label that is a range from the start month + start year to the end month + end year.

I attached a screenshot of how our current UI looks using this component.

In this example, we would love to be able to attach a label of March 2025, April 2025, May 2025, and June 2025 above each calendar, rather than only being able to show a label of March 2025 - June 2025 above the first calendar.

Please let me know if you have any questions or concerns regarding this request. Thanks for your time.

Best,

Tyler Earls

Unplanned
Last Updated: 18 Jun 2025 07:09 by ADMIN
Created by: Hanoch
Comments: 1
Category: KendoReact
Type: Feature Request
0

Hi,

Add this feature.

Unplanned
Last Updated: 17 Jun 2025 08:01 by Ronald
Created by: Ronald
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the TextBox had an autoComplete prop exposed.
Unplanned
Last Updated: 13 Jun 2025 12:49 by Hans-Jürgen

Add the option to remove or modify the Check All option in the Grid CheckBoxFilterMenu.

Unplanned
Last Updated: 05 Jun 2025 18:20 by Mesut
Created by: Mesut
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the MaskedTextBox and other relevant components had a rawData prop exposed as in Kendo Ui for Vue
Unplanned
Last Updated: 20 May 2025 10:26 by ADMIN
Created by: Rebecca
Comments: 4
Category: KendoReact
Type: Feature Request
5
Add support for the Unstyled Mode to the KendoReact Grid.
Unplanned
Last Updated: 06 May 2025 05:46 by ADMIN
Created by: Maria
Comments: 1
Category: KendoReact
Type: Feature Request
2

Hi,

I would like to put forward a feature request to allow the panel bar items to be mounted when the panel bar itself mounts, irrelevant of whether it has been opened or not.

I'm looking for something like the keepItemsMounted property https://www.telerik.com/kendo-react-ui/components/layout/panelbar/mounted-items, but without the condition that a panel bar has to be opened at least once for them to stay mounted.

 

Unplanned
Last Updated: 01 May 2025 11:51 by ADMIN

Several months ago, I used this example to hide the default row detail expander, and implement my own custom expander:

https://www.telerik.com/kendo-react-ui/components/knowledge-base/custom-expand-collapse-column

As you can see, it seems that some upgrade along the way has broken the example, and it now shows two expander columns. This is also happening when i attempt to upgrade the version in my project. Can this be fixed, or is there a new workaround?

Unplanned
Last Updated: 23 Apr 2025 10:31 by ADMIN
Created by: Arvind
Comments: 8
Category: KendoReact
Type: Feature Request
18

Is the Chunk upload for file is not there for react. I Could find the chunk upload option for Jquery and Angular but not for react.

Is it not available yet/ when can we expect that?

Unplanned
Last Updated: 17 Apr 2025 12:55 by Michelle
Created by: Michelle
Comments: 0
Category: KendoReact
Type: Feature Request
6

It would be beneficial if we could pass inline functions for the selectMessageUI. Observe in the following example that you cannot pass an inline function to selectMessageUi the same way you can for onBlur and onChange:

https://stackblitz.com/edit/react-1lvt8y8d

Unplanned
Last Updated: 17 Apr 2025 08:20 by ADMIN

It is not possible to set default values for the column menu filter.  Applying a default filtering to the grid could not affect the column menu.


const initialFilter = {
  logic: "and",
  filters: [
    {
      field: "name",
      operator: "contains",
      value: "bu",
    },
  ],
};
I want to see values and operators of initial filtering in column menu.

 

1 2 3 4 5 6