Completed
Last Updated: 24 Sep 2026 12:47 by ADMIN
Created by: Ruslan
Comments: 6
Category: KendoReact
Type: Feature Request
10

I can't find anything on your website or on the internet that explains how to navigate a Kendo React ListBox control using the keyboard.

Can you point me in the right direction on this issue?

Thanks.

Ruslan Lyga

Completed
Last Updated: 24 Sep 2026 12:44 by ADMIN

It doesn't possible to set different "no events" text for the Agenda component, can we add the ability to set it by prop like in the example below?

<Agend noEventMessage="No meetings" />

<Agend noEventMessage="No vacations" />

Completed
Last Updated: 24 Sep 2026 12:33 by ADMIN

Hello,

The Form component does not allow me to submit unless I modify the initial values. We have a Form that is provided with initial values that may not need to be modified by the user first - the data is all valid and acceptable. The user, currently, would need to purposefully modify one of the Field values in order to get the Form to realize that it can be submitted.

I'm aware of the submit click event but that event does not perform any validation.

I believe there needs to be some middle area where the Form can be provided initial values and be allowed to submit without having to modify the form first.

I have created a code sample showing the scenario below ...

https://stackblitz.com/edit/react-wf5veh-reyjj3?file=app/main.jsx

Thank you

Declined
Last Updated: 23 Sep 2026 15:16 by ADMIN
Created by: Denis Susac
Comments: 2
Category: KendoReact
Type: Feature Request
0

Hi,

  we have a feature request as per description, value isn't changed when manually entering numbers in the field, it only changes when selecting a presented date. When manually entering date, value remains null so reset is actually changing null to null, not the entered value to null. Your colleague mentioned that the feature of exposing mask to be controlled would make it possible to clear the mask.
Please refer to this github issue for more detailed information, containing stackblitz example and gifs of an user case, as it was an ongoing discussion.
Please implement an option to properly reset partially entered dates.

https://github.com/telerik/kendo-react/issues/368

Declined
Last Updated: 23 Sep 2026 15:16 by ADMIN
Please add an Encoded Prop to the GridColumn for KendoReact that works like the "encoded" property on columns in the jQuery version to allow us to pass unencoded Html to the cells of our KendoReact Grids. Thanks so much for any assistance in this matter!
Declined
Last Updated: 23 Sep 2026 15:15 by ADMIN
Created by: Andrei
Comments: 6
Category: KendoReact
Type: Feature Request
1

Hello,

I have a request that for some tables the user needs arrows to be able to scroll left and right horizontally through the grid content. Is there a functionality like this provided out of the box by Kendo Grid, can you please point me to the docs or provide an example? I have provided an image to reflect this.

Thank you,

Andrei

Declined
Last Updated: 23 Sep 2026 15:15 by ADMIN
Created by: Glen
Comments: 2
Category: KendoReact
Type: Feature Request
0

Hi

Please add SignalR support for grid and other controls similar to Kendo UI for jQuery.

 

Thank you

Completed
Last Updated: 23 Sep 2026 15:15 by ADMIN
Created by: IT Dept
Comments: 6
Category: KendoReact
Type: Feature Request
8

Currently the GridFilterCell OnChange returns a subset of a FilterDescriptor (A value an an Operator to run on the value), which allows a custom filter cell to create one filter rule (FilterDescriptor). However, the CompositeFilterDescriptor structure allows a lot more flexibility. `month == 'January' OR 'March' OR 'May'`. If the GridFilterCell could be passed a CompositeFilterDescriptor instead of the current subset, then a custom filter cell could be much more powerful.

In an orders grid for instance, with a status of Pending, Paid, Shipped, and Delivered a "Show/Hide Shipped" button would exclude or include the Shipped and Delivered orders when clicked. Or a list of checkboxes to choose the statuses you want to see (like the JQuery Grids support).

TL;DR: There is currently no way to re-implement multi-checkboxes or other complex filtering interfaces with the Kendo React Grid without re-implementing all of the filtering logic manually from scratch, as the Existing filter cells don't support this and a custom GridFilterCell can't be configured to return that logic in a single FilterDescriptor. 

Declined
Last Updated: 23 Sep 2026 15:14 by ADMIN
Created by: Roby
Comments: 1
Category: KendoReact
Type: Feature Request
2

Set TabStrip items on multiple rows, instead of scrolling.


If there are many items, they should be shown on multiple row.

Completed
Last Updated: 23 Sep 2026 15:13 by ADMIN
Created by: Vladimír
Comments: 2
Category: KendoReact
Type: Feature Request
3

Hello Telerik, I wanna ask you if you have any carousel component. A need slide some div elements. Thanks for your answer.

BR

Vladimír

Declined
Last Updated: 23 Sep 2026 15:12 by ADMIN
Created by: Matteo
Comments: 1
Category: KendoReact
Type: Feature Request
1
Provide a visual prop for the Chart GridLines.

https://www.telerik.com/kendo-react-ui/components/charts/api/GridLines/

Similar to how other elements provide the option to render a custom visual.
Completed
Last Updated: 23 Sep 2026 15:11 by ADMIN
Created by: Eli
Comments: 2
Category: KendoReact
Type: Feature Request
1

1) Use this StackBlitz application: https://react-scwx3i.stackblitz.io - This is based on Telerik's own DatePicker React example.

2) Highlight the AM/PM section.

3) Try to change the AM/PM section via typing. It doesn't change. Note that other fields in the date/time picker are responsive to keyboard input.

Expectation is that the AM/PM section should respect at least "A" and "P" inputs.

Declined
Last Updated: 23 Sep 2026 15:11 by ADMIN
Created by: Brian
Comments: 4
Category: KendoReact
Type: Feature Request
1

Is there a TimeSpan picker control.   I need to pass in the Ticks and allow the user to change the Days, Hours, Minutes, etc...

 

 

Declined
Last Updated: 23 Sep 2026 15:10 by ADMIN

Add an option to show a callout (arrow) element for the Chart tooltip.

Similar to the Tooltip component option:

https://www.telerik.com/kendo-react-ui/components/tooltip/api/TooltipProps/#toc-showcallout

Declined
Last Updated: 23 Sep 2026 15:10 by ADMIN
Hi,

The KendoReact Upload Component is designed to send files from file systems to dedicated server handlers, however we would like to use it to send files as byte arrays in form submission. A workaround has been provided here: https://www.telerik.com/forums/kendoreact-upload however we would like to see if there is any community interest in this becoming a standard feature.

Thanks


Completed
Last Updated: 23 Sep 2026 14:53 by ADMIN
Created by: Sandeep
Comments: 2
Category: KendoReact
Type: Feature Request
1

Hi,

How to select the tree-list column like excel column selection ?

How can be copy selected column data with the another column  ?

 

please provide the reference link or example.

 

 

--

Declined
Last Updated: 23 Sep 2026 14:50 by ADMIN
Created by: marco
Comments: 2
Category: KendoReact
Type: Feature Request
2

Is it possible to have a multirange support in the RangeSlider like the following (https://zillow.github.io/react-slider/):

It could be helpful to get multi range values using only one component. Easier for the developer to manage the data and for the user to select it.

 

 

 

Declined
Last Updated: 23 Sep 2026 14:50 by ADMIN
Created by: Rokan
Comments: 2
Category: KendoReact
Type: Feature Request
1

 

I am trying to create a radial gauge with gradient fill but I don't see any help regarding this. Please see the below image of what actually I am looking for. 

 

Completed
Last Updated: 23 Sep 2026 14:50 by ADMIN
Created by: Ashutosh
Comments: 5
Category: KendoReact
Type: Feature Request
1
How can I display "No Data" message on React charts if chart is bind with data but data is Empty?
Completed
Last Updated: 23 Sep 2026 14:49 by ADMIN
Created by: n/a
Comments: 2
Category: KendoReact
Type: Feature Request
0

Please provide alphabet OrderedList tool.

Example:

a. apple

b. orange

c. banana

1 2 3 4 5 6