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: 20 Oct 2025 07:44 by ADMIN
Created by: Jie
Comments: 1
Category: KendoReact
Type: Bug Report
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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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.
Declined
Last Updated: 20 Oct 2020 10:36 by ADMIN
Created by: Imported User
Comments: 0
Category: KendoReact
Type: Feature Request
0
Currently, using npm install --save @progress/kendo-theme-material will get the standard Material Design theme for use across the React Components, but why is Material Black not available this way? (npm install --save @progress/kendo-theme-materialBlack)
Declined
Last Updated: 19 Feb 2019 12:19 by ADMIN

If you create a react grid without any GridColumn components and then add those components later, the added columns do not show and the grid is empty.  It appears, after a quick look that the columns have a width of 0 pixels.  They exist in the html, just not displayed.

 

See https://codesandbox.io/s/mmr894nllp as an example of the problem.  This example starts with a populated grid.  You can add columns and data using the buttons above the grid.  This works fine.  If you then "Reset" the grid with the button, which removes all data, any attempt to add columns and data will show a blank grid.

 

Thanks,

Joe

Declined
Last Updated: 14 Jan 2019 06:31 by ADMIN

We are evaluating the React Grid component for our application and need to be able to have rows that span all columns.  To do this, I have created a rowRender function that, for some rows, will render a single <td> element with the colspan set to 100%.  The row renders fine, but the other rows, that have multiple <td> elements do not all render correctly.  For my test application, they will render with a width of 8 pxs.  On resize of a column, they will almost render correctly.

Here are some pictures of the issue in our test code.

https://drive.google.com/open?id=1bMwlUi7-7QiVHc6lubPiz45svHG1FSnS

I have created a sandbox that sort of reproduces the bug. https://codesandbox.io/s/w73v0x0mz8

If you select the "Show Full Row", the row with Id 999 will convert to a single <td> element with colspan='100%'.  You will notice how after doing so, the last three columns collapse to a small number of pixels.

 

Thanks

Joe

Completed
Last Updated: 30 May 2019 11:46 by ADMIN
Release 3.0.0

Typing 111 in DatePicker results in skipping the day part. The third 1 is set to the year portion.

It is reproduced in our demo as well: 

https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/

Completed
Last Updated: 28 Jul 2023 12:59 by ADMIN
Created by: Ram
Comments: 0
Category: KendoReact
Type: Bug Report
0
Calendar picker Template displays wrong year range when you click on a certain year.

Steps to Reproduce:

1) Open https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/ in the Chrome browser

2) Click on the calendar icon, click on 'month/Year' in the calendar header e.g. March 2019

 
3) Click on the 'Year' in the calendar header i.e. 2019

4) further Click on the Year Range i.e 2010-2019

5) Year range will display from 2000 - 2090, Select year 2010

Wrong Year range (2090 - 2099) will display when clicked on 2010.

This is working properly in the Firefox browser and I observed the issue in Chrome.