Unplanned
Last Updated: 30 Mar 2021 13:36 by ADMIN
Created by: Ram
Comments: 1
Category: KendoReact
Type: Feature Request
1
Sorting for the MultiColumnComboBox columns - We need the ability to sort list data and allow user to select column to sort.
Completed
Last Updated: 28 Aug 2018 12:08 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
1
The Dropdown section of the components index is described as "The DropDowns allow users to select single or multiple predefined and custom values."
I didn't find a way to select multiple values on any of the components (AutoComplete, DropDown, ComboBox)
Completed
Last Updated: 07 Sep 2018 07:21 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
1
currently in the React Dialog, you cannot have a Dialog with a Title but without a Close (X) button visible... Whereas in the KendoUI Dialog for jQuery, you can with the 'closable' configuration property...

this should also be dynamic to hide/show/enable/disable the close (X) button while the Dialog is visible (ie. when an operation is pending, disable the close button or hide it)
Unplanned
Last Updated: 19 Feb 2019 12:55 by ADMIN
Declined
Last Updated: 18 Feb 2019 13:13 by ADMIN

Like in the jQuery counterpart, when I click on a cell to edit the value - I should be able to tab over to the next cell to edit it.

 

Completed
Last Updated: 27 May 2021 17:07 by ADMIN
Created by: Hugo
Comments: 3
Category: KendoReact
Type: Feature Request
1
Hello,

I would like to know if there are any Kendo React components to suit Bottom navigation functionality as per Material Design

Thanks in advance,
Completed
Last Updated: 19 Feb 2019 07:45 by ADMIN
Created by: Ben
Comments: 1
Category: KendoReact
Type: Feature Request
1
When using DateTime's in column using Grid there should really be a way to use MomentJS to convert the value in the column. In jQuery it was a simple case of template: "#:moment().format('dd/MM/yyyy')#". Can we please have this ported over.
Unplanned
Last Updated: 16 Apr 2021 06:10 by ADMIN
Created by: Menasheh
Comments: 1
Category: KendoReact
Type: Feature Request
1
In Kendo for jquery you can set a ColorPicker to have a clearButton which sets the color to null, but there is no prop for this in react. How can this be accomplished? 
Completed
Last Updated: 22 Oct 2018 15:03 by ADMIN
Created by: Ben
Comments: 2
Category: KendoReact
Type: Feature Request
1
Unplanned
Last Updated: 12 May 2021 07:04 by ADMIN
Created by: Abhinav Mishra
Comments: 1
Category: KendoReact
Type: Feature Request
1

Hi Team,

We are using Kendo react scheduler in one of our project. We need a custom marker in a scheduler control similar to current date time marker in a Timeline view. I have attached the image for reference.

Please let us know if there is any property available or any other ways to achieve this functionality. Also, how can we place it properly in a scheduler slot based on specific date and time like May 12, 2020 13:40.

Regards,

Abhinav

Completed
Last Updated: 18 Dec 2018 07:46 by ADMIN
Created by: Imported User
Comments: 4
Category: KendoReact
Type: Feature Request
1
Our clients love the splitters from kendo ui.  Now that we're using kendo react, a splitter component would be useful.
Unplanned
Last Updated: 28 Apr 2021 04:51 by ADMIN
Created by: Ashutosh
Comments: 4
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?
Unplanned
Last Updated: 18 Feb 2019 13:15 by ADMIN
Created by: Kendo UI
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add ability to set attributes to the Grid header cell via prop. For example the title attribute.
They can be set as with key value.
Unplanned
Last Updated: 27 Apr 2021 10:31 by ADMIN
Created by: Andrei
Comments: 5
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

Completed
Last Updated: 17 Feb 2021 07:09 by ADMIN
Created by: Imported User
Comments: 3
Category: KendoReact
Type: Feature Request
1
We have database constraints on certain fields e.g. varchar(10) and would like to prevent the user from entering invalid data into the combo box fields. If it's not too much trouble a minLength field would also be convenient.
Unplanned
Last Updated: 19 Sep 2022 16:39 by ADMIN
Created by: Marcu
Comments: 1
Category: KendoReact
Type: Bug Report
0

When I press on a day from the past the DatePicker automatically scrolls to the next/previous year. Please check the attached video. 

Is there any workaround for this issue ?

Completed
Last Updated: 20 Oct 2020 10:32 by ADMIN
Created by: Adam
Comments: 1
Category: KendoReact
Type: Bug Report
0

Hello Kendo React Team,

 

Here are a few bugs to address on the Kendo React Scheduler (3.6.0)...

 

Issue 1: November 3, 2019 Repeated on Week/Month Views

Visit https://www.telerik.com/kendo-react-ui/components/scheduler/views/month/ or https://www.telerik.com/kendo-react-ui/components/scheduler/views/week/, navigate to the first full week in November 2019. You will notice that 11/3 is repeated for Sunday/Monday. I'm wondering if this issue is related to daylight savings time. The calendar does not have a timezone configured (just uses the default UTC and my local timezone is PST).

 

Issue 2: Clicking an empty all day slot does nothing.

The onSlotClick callback should be fired when clicking on an all day event. I currently have to add an event listener using document.querySelectorAll("[data-slot-allday='true']"); to get the right behavior (definitely not ideal).

 

Issue 3: onItemDoubleClick and onSlotDoubleClick do not work on mobile devices.

My current solution to get everything to work on desktop and mobile is to use the onItemClick and onSlotClick and to not integrate useCallback with double clicking.

 

Suggested Improvements:

  • The documentation is silent about onItemClick, onSlotClick, onItemDrop, etc. These are essential to extend the behavior of the scheduler. I had to dig through the node modules directory and look through the .ts files to figure out how to use these work.
  • The mobile experience is awful. I miss the isMobile prop on the kendo-scheduler-react-wrapper. Whether you reintroduce that prop or add better css for smaller viewports, it would be greatly appreciated.

 

 

Declined
Last Updated: 27 Mar 2023 10:48 by Agnieszka
Created by: Agnieszka
Comments: 2
Category: KendoReact
Type: Feature Request
0

Currently, there is a following signature of function "rowRender" passed to React Grid:

rowRender?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps) => React.ReactNode;

I managed to access something which I assume represents this index somehow by using "row._owner.index" although I'm not completely sure if that is always identical to the index of the row being rendered.

It would be very helpful if an index of a rendered row could be accessed as follows:

rowRender?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps, index: number) => React.ReactNode;

 

 

 
Unplanned
Last Updated: 27 Jul 2023 08:18 by ADMIN
Created by: Antonius
Comments: 1
Category: KendoReact
Type: Feature Request
0

Request to have the sliderbar have different colors. It is for user experince, knowing that the slider is going either to the sucess or fail.

 

Unplanned
Last Updated: 26 Jul 2023 14:04 by ADMIN
Created by: Paul Wood
Comments: 1
Category: KendoReact
Type: Feature Request
0

After significant amounts of negative feedback we have now stopped using the KendoReact DatePicker as the calendar part of the control doesn't make it clear how to change the month/year. I am aware that you click on the {Month Year} label at the top, but this is obviously not intuitive at all based on the extensive user feedback (it took me a while to figure out the first time as well).

When you start using the control for older dates (e.g. Date of Birth), scrolling is just not feasible particularly on mobile and so users get incredibly frustrated as they just want to change the month/year in a more manual manner to go back in time significantly. Many other date picker controls use visual cues such as up/down carets next to the Month/Year to suggest it can be adjusted.

Please get your UX experts to look at improving this as it could be a really simple fix that would make a massive difference to users