Unplanned
Last Updated: 27 Apr 2021 10:37 by ADMIN
Created by: Vladimír
Comments: 1
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

Unplanned
Last Updated: 05 Mar 2019 08:10 by ADMIN
Created by: Ricky
Comments: 0
Category: KendoReact
Type: Feature Request
3
Request for a GroupHeaderTemplate for the Grid.

Currently, the only approach is to loop the data and set the desired text as a field value.
Completed
Last Updated: 09 Apr 2020 13:13 by ADMIN
Completed
Last Updated: 16 Sep 2021 18:06 by ADMIN
Created by: Chris
Comments: 1
Category: KendoReact
Type: Feature Request
3

Add KendoReact PivotGrid.

Currently, there is only a wrapper:

https://docs.telerik.com/kendo-ui/third-party/react#pivotgrid

Completed
Last Updated: 18 Oct 2019 10:56 by ADMIN
Created by: Antonios
Comments: 4
Category: KendoReact
Type: Feature Request
3

Please add toolbar support in the react conversationalui, just like it exists in the jQuery chat component.

We need in our projects a way to add custom action buttons, besides the simple "send" message.

Ie. attach files/images to a message, open emoji picker, etc.

Unplanned
Last Updated: 26 Jul 2023 12:02 by ADMIN

Having the endTime set to the next day (in regards to the startTime) for example, should allow the Day view to show the entire period.

The same functionality is available in Kendo UI for jQuery Scheduler:

Currently, the Scheduler accepts only "HH:MM" format as string values.

Declined
Last Updated: 29 Mar 2019 07:34 by ADMIN
Created by: Grzegorz
Comments: 1
Category: KendoReact
Type: Feature Request
3
As in the JQuery version, it would be good to have the option of hidding a column. 
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.hidden
Completed
Last Updated: 10 Feb 2021 08:30 by ADMIN
Created by: Antonios
Comments: 4
Category: KendoReact
Type: Feature Request
3
I would find a Readonly bool prop for the Editor, really useful in certain scenarios
Unplanned
Last Updated: 27 Apr 2021 10:14 by ADMIN
Created by: Ting
Comments: 0
Category: KendoReact
Type: Feature Request
3
Add animation to the Dialog and Window components.

Currently, this is possible with CSS animation only:

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

Unplanned
Last Updated: 05 May 2021 08:09 by ADMIN
Created by: Abhinav Mishra
Comments: 3
Category: KendoReact
Type: Feature Request
2
Displaying additional information like User Email, Department, etc. in a Tooltip when the user mouse is over on any Resource from Scheduler Dashboard and also to display more information (like User Name, Flag image, some other additional fields) in the Resources.
Unplanned
Last Updated: 31 Jul 2020 06:31 by ADMIN
Created by: Dan
Comments: 1
Category: KendoReact
Type: Feature Request
2

I am looking for added support for multi drag and drop and the ability to select multiple days as this is available in the jquery version:

https://demos.telerik.com/kendo-ui/scheduler/event-selection

Completed
Last Updated: 14 Mar 2022 06:43 by ADMIN
Created by: Vikram
Comments: 3
Category: KendoReact
Type: Feature Request
2

Hi,

 

I am using Kendo react richtext editor and insert image plugin as it is shown in this page

https://www.telerik.com/kendo-react-ui/components/editor/images/

 

I am able to insert/upload image, but not able to resize image after adding it, similar to MS word.

After inserting image it should be resizable, so that user can easily resize the image as required.

 

Please let me know how can I achieve image resizing through mouse in above example.

 

Thanks
Vikram E

Unplanned
Last Updated: 27 Apr 2021 10:22 by ADMIN
Created by: Gaurav
Comments: 0
Category: KendoReact
Type: Feature Request
2

Add render function/prop for the ColorPicker popup.

This will allow rendering custom elements inside the ColorPicker Popup.

Unplanned
Last Updated: 27 Apr 2021 10:46 by ADMIN
Created by: marco
Comments: 1
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.

 

 

 

Unplanned
Last Updated: 31 Mar 2021 13:16 by ADMIN
Created by: Krishna
Comments: 6
Category: KendoReact
Type: Feature Request
2

Hi Team,

 

We are trying to implement infinite scrolling for server data to our combobox based on virtual.

Do you have any event in combobox to handle on scroll.

 

Please help us with any examples you have on this topic. preferably using hooks.

Unplanned
Last Updated: 02 Dec 2020 05:30 by ADMIN
Created by: Arief
Comments: 4
Category: KendoReact
Type: Feature Request
2

Hi, 

How do I create a multi-row cell in footer? I have attached a screenshot as reference. Thank you

Unplanned
Last Updated: 24 Nov 2020 14:52 by ADMIN
Created by: Lee Hansel
Comments: 3
Category: KendoReact
Type: Feature Request
2

Hi,

 

Good day!

 

Thanks for this wonderful library - we actually have a paid license in using ReactKendo.

Just a concern, because right now we are using TypeScript for us to improve our code quality but most of the Components in KendoReact is using any and not even allowing to pass a generic type.

 

Like for example in using KendoGrid - the data has `any` property so when rowClick is triggered, it returns `any` data type for `dataItem`

 

So what I did was, I wrapped the KendoGrid Component that would allow Type-Safety and override the `onRowClick` and any other functions that involve sending `dataItem` property.

 

Thanks!


 

Best Regards,

Lee

 

Unplanned
Last Updated: 27 Apr 2021 10:14 by ADMIN
Created by: Ting
Comments: 0
Category: KendoReact
Type: Feature Request
2
Add the virtualization feature to the ListView component.
Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Saurav
Comments: 0
Category: KendoReact
Type: Feature Request
2
Highlight particular category when its bar is selected

Similar to how a series is highlighted when clicked, the category can also be highlighted when the bar/column on that category is clicked.
Unplanned
Last Updated: 04 May 2021 11:39 by ADMIN
Created by: Grant
Comments: 1
Category: KendoReact
Type: Feature Request
2

WHAT:
Add custom cell rendering option for MultiColumnComboBoxColumn. Just like the 'cell' in GridColumnProps.