Unplanned
Last Updated: 18 Dec 2024 16:43 by Mark
Created by: Mark
Comments: 0
Category: KendoReact
Type: Feature Request
1

It would be ideal if toODataString could take an additional parameter that:

  1. Takes a collection of expressions,
  2. Each expression takes an Operator and Value,
  3. Each expression returns a string or undefined, where the latter suggests we wish to suppress this expression.

 

Completed
Last Updated: 23 Jan 2025 18:18 by ADMIN
Release 2025 Q1 (Feb)
Created by: Maria
Comments: 2
Category: KendoReact
Type: Bug Report
1
Hi,

there seems to be an issue when changing the value of a DateTimePicker from null to a Date object and the specified format includes seconds.

Reproduction: 

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

2. Choose a value from the DateTimePicker 

Actual Behaviour
The chosen value does not show up in the input box. Works OK in 8.5.0

Expected Behaviour
The chosen value should appear in the input box

Browser
Chrome, version 131.0.6778.205

OS
Windows 11
Unplanned
Last Updated: 13 Jan 2025 09:07 by Vaneet
Created by: Vaneet
Comments: 0
Category: KendoReact
Type: Feature Request
1
Kindly help, I need onscroll event or listener to scroll  other pdf's section simultaneously, Right now there no scroll event in pdf-viewer to detect scroll position
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?

Duplicated
Last Updated: 03 Jun 2025 14:51 by ADMIN
Created by: Emery
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the KendoReact Scheduler had a occurrencesInRange prop same
as https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/scheduler/methods/occurrencesinrange
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: 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: 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: 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: 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: 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: 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 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: 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: 02 Sep 2025 05:38 by Admin
Created by: Admin
Comments: 0
Category: KendoReact
Type: Feature Request
1

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