Need More Info
Last Updated: 05 May 2025 08:57 by ADMIN
Created by: abdu bukres
Comments: 1
Category: KendoReact
Type: Bug Report
0
I am using KendoReact 10.2 and I am getting several warnings about deprecated Sass methods and syntax including one that is causing an error in the browser and blocks rendering. I used the sass-migrator to try to migrate these methods.

Please upgrade KendoReact so it can work with the latest Vite, React and scss/sass packages without deprecation warnings and errors.
Also fix the React version dropdown in this feedback form. It doesn't show React 19 as an option.

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?

Pending Review
Last Updated: 29 Apr 2025 12:35 by Maria
Created by: Maria
Comments: 0
Category: KendoReact
Type: Feature Request
0

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: 23 Apr 2025 13:16 by Chayan
Created by: Chayan
Comments: 0
Category: Data Grid
Type: Feature Request
1

Add a Column Configurator that can be used to set the displayed columns and create multi-column headers

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

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: 21 Apr 2025 07:11 by ADMIN
Created by: Roger
Comments: 1
Category: PivotGrid
Type: Feature Request
1
 I want to be able to reorder the columns in the PivotGrid.
Unplanned
Last Updated: 18 Apr 2025 12:05 by ADMIN
Created by: Manjula
Comments: 1
Category: Spreadsheet
Type: Feature Request
1
I need Filtering functionality in the spreadsheet.
Unplanned
Last Updated: 18 Apr 2025 12:04 by ADMIN
Created by: Manjula
Comments: 1
Category: Spreadsheet
Type: Feature Request
1

I need support for a custom cell editor (e.g., selecting values from predefined options or using Kendo components like a DatePicker).

Unplanned
Last Updated: 18 Apr 2025 12:04 by ADMIN
Created by: Manjula
Comments: 1
Category: Spreadsheet
Type: Feature Request
1
 Add ability to limit the number of columns and rows in the spreadsheet (like in Kendo UI for jQuery).
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.

 

Unplanned
Last Updated: 16 Apr 2025 07:20 by Amit

Description

PivotGrid does can not export all the date to excel when the nodes are collapsed

Plan

KendoReact Free

Steps To Reproduce

https://www.telerik.com/kendo-react-ui/components/pivotgrid/excel
Configure a PivotGrid with multiple row and column fields, and at least one measure.

Expand only a few nodes manually.

Click the Export to Excel button.

The exported file contains only the visible/expanded rows/columns.

Screenshots or video

No response

Actual Behavior

It is not practical or user-friendly to expect users to manually expand every node (especially if data changes frequently).

Users expect complete data export based on the selected dimensions/measures and based on provided data source to generate pivot grid — not just what is visible.

Expected Behavior

Expected Behavior:
When clicking Export to Excel, PivotGrid the entire dataset should be exported in expanded format.

Browser

Chrome, All

Browser version

latest

OS type

MacOS

OS version

No response

Last working version of the KendoReact package (if regression).

No response

Unplanned
Last Updated: 14 Apr 2025 12:37 by ADMIN
Scheduled for Q2 2025 (May)
Created by: Speedy
Comments: 1
Category: KendoReact
Type: Bug Report
0
We have recently added the scrollable prop to our tabStrip component but we are noticing that now on the active tabs there is a line, which is not show when not using the scrollable property. Is there anyway to remove this line? It makes it more difficult in terms of affordance and UX to see that this element is the active tab when there is this line. It somehow breaks the connection between the tab and the content. 


Any help would be appreciated. 
Unplanned
Last Updated: 14 Apr 2025 11:00 by p

Currently, the only available option is to extract the svg path from the file using Vite ?raw import and Webpack raw-loader. Then create an SVG object to use it in the KendoReact components as in the following example:

This is inconvenient when dealing with a large set of custom icons, which will have to be mapped to SVG objects instead of being used directly.

Completed
Last Updated: 09 Apr 2025 15:40 by ADMIN
Release 2024 Q4 (Nov)
Created by: Peter
Comments: 2
Category: DatePicker
Type: Feature Request
5
When my users are done typing in one date segment, I want the focus to pass to the next one automatically. 
Unplanned
Last Updated: 09 Apr 2025 15:37 by ADMIN
Created by: Rebecca
Comments: 1
Category: KendoReact
Type: Feature Request
1
Add support for the Unstyled Mode to the KendoReact Grid.
Unplanned
Last Updated: 09 Apr 2025 08:25 by ADMIN
Created by: Revanth
Comments: 1
Category: KendoReact
Type: Feature Request
0

Hello Team,

I've gone through a requirement like Multicolumn combo box should allow to multiple selection, but it's not available as of now, could you guys please consider it as feature request, MultiColumn should allow multiple selection.

Multiselect with Multicolumn combo box | View Ticket | Your Account

 

Thanks & Regards -

Revanth

Unplanned
Last Updated: 09 Apr 2025 07:43 by ADMIN
Created by: Carey
Comments: 1
Category: KendoReact
Type: Feature Request
0

Hey Progress,

We're loving KendoReact. Great work!

Regarding Ticket 1680673, would you please add more Flexbox properties to the StackLayout component? Especially justify-contnent: space-between;.

More specs available at https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content.

Regards,

Carey Best

Unplanned
Last Updated: 08 Apr 2025 13:07 by ADMIN
Created by: Huw
Comments: 2
Category: KendoReact
Type: Feature Request
2
Add an option to select multiple items in the DropDownTree with checkboxes.

This has to be similar to what we have in Kendo UI for jQuery:

https://demos.telerik.com/kendo-ui/dropdowntree/checkboxes
Completed
Last Updated: 03 Apr 2025 15:58 by ADMIN
Created by: Hubert
Comments: 2
Category: Menu
Type: Bug Report
0

When there are many items in the menu, the height should not exceed the page size. Now the scroll is not displayed.

https://stackblitz.com/edit/react-kxderjef

It refers to version 9.1.0, version 8.5.5 works fine

Thank you

 

1 2 3 4 5 6