Unplanned
Last Updated: 10 Jan 2023 15:10 by ADMIN
Currently the GridColumn Component only supports width property.  It should also support minWidth and maxWidth properties for better responsive design.  https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnProps/
Unplanned
Last Updated: 28 Jul 2023 11:40 by ADMIN
Does KendoReact support ReactNative? if yes send me a sample ReactNative app link which contains KendoReact Components.
Unplanned
Last Updated: 19 Oct 2020 05:07 by ADMIN
Created by: James
Comments: 2
Category: KendoReact
Type: Feature Request
37

Add hideAfter prop to the Notification component.

This will allow controlling when the notification will be hidden.

Unplanned
Last Updated: 26 Mar 2021 07:29 by ADMIN
Created by: Chris
Comments: 8
Category: KendoReact
Type: Feature Request
33

Within the jQuery samples, there is a way to have the MonthView for Scheduler to have 'adaptive' height.

https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height

Is this available for the <MonthView> part of the REACT components ?   How would this work ??     [adaptiveSlotHeight=true] isn't valid... 

 

The same issue exists for the 'autoeventheight' - is this planned for the REACT component/s ??

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

Unplanned
Last Updated: 18 Feb 2019 12:56 by ADMIN
Created by: Vikrant
Comments: 2
Category: KendoReact
Type: Feature Request
16
Grids should have auto width and max-width property
Unplanned
Last Updated: 17 Jan 2022 13:42 by Christoffer
Created by: Sergei
Comments: 6
Category: KendoReact
Type: Feature Request
13

Hello,

We are currently developing an application based on Kendo React components.
We are wondering if the React-Gantt chart has the functionality to edit the data by drag-n-drop the same way it possible with JQuery-Gantt (see attachment).

Thanks in advance for your help.

 

Kind regards,
Sergei

Unplanned
Last Updated: 21 Sep 2022 10:59 by ADMIN
Created by: Ville
Comments: 2
Category: KendoReact
Type: Feature Request
12
Add an option to customize the filter input of the dropdowns, e.g. ability to include buttons in the search field, such as a clear field button.
Unplanned
Last Updated: 08 Jun 2023 06:49 by ADMIN
Created by: Camelia
Comments: 5
Category: KendoReact
Type: Feature Request
12

Hi,

 

Using KendoReact Scheduler component the functionality to group the events by date, then by resources is not supported. I can only group them by resources first, then by date.
This feature exists in 
Kendo for jQuery Scheduler component and can be configured by setting the group.date property to true as following:

 group: {
    date: true,
     resources: ["Rooms"]
   }

resulting in something similar as in the picture below.

We need the same functionality in KendoReact Scheduler component as well.

Thanks,
Camelia

Unplanned
Last Updated: 11 Aug 2022 08:18 by ADMIN
Created by: James
Comments: 13
Category: KendoReact
Type: Feature Request
12

Currently when viewing the scheduler timeline view on tablet/mobile, in order to scroll the timeline back and forward you need to drag on an empty part of timeline. If the drag is started on an event then you are unable to scroll.

Would it be possible to make it so that if editing was disabled that dragging an event would scroll the timeline?

Unplanned
Last Updated: 18 Dec 2023 12:11 by ADMIN
Created by: Ramkishore
Comments: 1
Category: KendoReact
Type: Feature Request
12

Good Morning Team,

Ability to select columns and generate charts in spreadsheet like excel spreadsheet.
Insert charts, images in the spreadsheet similar to excel spreadsheet.

Thanks,

Ramkishore

Unplanned
Last Updated: 13 Apr 2023 12:18 by ADMIN

Currently (as visible in grid demos), touch drag scroll in mobile (responsive) mode is not working when rows selection is enabled.

There is no known workaround since the complexity of implementing custom row renderer with all the intricacies of the grid's behaviour would be a huge task.

The client's facing issue is that when using a KendoReact grid on mobile device, they can't easily scroll the grid rows data by touch drag scrolling the rows.

 

Unplanned
Last Updated: 14 Apr 2022 05:10 by ADMIN
Created by: Luuk
Comments: 3
Category: KendoReact
Type: Feature Request
11

Hey,

It would be great if the 'allDaySlot' property on the Scheduler component could be added to the Reactjs version. We would like to hide the all day slot on our scheduler but currently this isn't possible.

Kind regards,

Unplanned
Last Updated: 09 Mar 2022 08:55 by ADMIN
Created by: Arvind
Comments: 6
Category: KendoReact
Type: Feature Request
11

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 Sep 2021 07:20 by ADMIN
Created by: Ruslan
Comments: 5
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

Unplanned
Last Updated: 01 Jul 2019 07:24 by ADMIN
Created by: Ryan
Comments: 0
Category: TreeList
Type: Feature Request
10

AutoWidth column on header double click.

When a resizable column is double clicked it will be auto-sized based on the content.

Unplanned
Last Updated: 15 Aug 2019 07:41 by ADMIN
Created by: Glen
Comments: 1
Category: KendoReact
Type: Feature Request
10

Hi

Please build a React Diagram component similar to https://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultcs.aspx

Unplanned
Last Updated: 17 Aug 2023 12:37 by ADMIN
Created by: ACHAL
Comments: 1
Category: Spreadsheet
Type: Feature Request
9

Hi, 

I'm in need of the dropdown feature in spreadsheet cells. I had been using the Kendo Spreadsheet React Wrapper which had the dropdown feature but since the latest update to Kendo React Spreadsheet I have been facing issues. Please try to get this feature as soon as possible and I'm sure this will be helpful for other users, too.

Thank you.

 

Unplanned
Last Updated: 31 Mar 2022 06:53 by ADMIN
Allow setting a number of records to be pre-rendered in the Grid with virtual scrolling. This will allow rendering some records at the bottom and on the top of the visible records to improve the performance.
Unplanned
Last Updated: 28 Jan 2020 10:15 by ADMIN

Our old application uses ASP.NET MVC Scheduler component which has GroupHeaderTemplate features to customize header rendering and add customization for following two functional features.

We are migrating applications to React. It seems like React Scheduler does not support GroupHeaderTemplate. We need the following two capabilities on custom rendering:

1. Customize rendering of resource group header & cell for vertical orientation of groups.

2. In the case of multiple groups, need the ability to make groups collapsible/hierarchical (like tree view nodes)

 

Need Terlik's guidance to achieve these two customizations on Kendo React Scheduler.

 

 

Unplanned
Last Updated: 12 Apr 2023 21:11 by ADMIN
Created by: Syamimi
Comments: 3
Category: KendoReact
Type: Feature Request
8
Do KendoReact have component that similar to React Flow? What are other alternatives in KendoReact that I can use to develop it?
1 2 3 4 5 6