Unplanned
Last Updated: 15 Dec 2020 13:20 by ADMIN
 PanelBarUtils.mapItemsToComponents to set all parents as expanded when a child item has expanded true.

This is helpful as in some case the panel bar items represent a path and if an inner element is selected/expanded this means that the full path (all parent items) have to be expanded as well.
Unplanned
Last Updated: 27 Apr 2021 10:44 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


Unplanned
Last Updated: 27 Apr 2021 10:43 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

Unplanned
Last Updated: 27 Apr 2021 10:40 by ADMIN
Created by: Brian
Comments: 3
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...

 

 

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

Unplanned
Last Updated: 27 Apr 2021 10:37 by ADMIN
Created by: Matteo
Comments: 0
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.
Won't Fix
Last Updated: 28 Jul 2023 11:52 by ADMIN
Created by: TonyT
Comments: 3
Category: KendoReact
Type: Feature Request
1

Hi

I noticed in the PDF Export component limitations (https://www.telerik.com/kendo-react-ui/components/drawing/limitations-browser-support/) that it does not support iFrames. This is a major issue for us as we have data containing full HTML markup and <style> tags, which we want to embed in a PDF. We need to use an iFrame otherwise the styles will bleed into the rest of the document. Is there any plans to support iFrames in the future?

Declined
Last Updated: 24 Feb 2021 12:13 by ADMIN

Defined a date rang. But it allows to enter a date larger than a max date of the range. Both via calendar and manually.


const minDate = new Date(1, 1, 1);
const maxDate = new Date(9999, 12, 31);

          return (
           
              <DatePicker value = {this.state.value}
                 
                  min={minDate}
                  max={maxDate}
                
              /> 
           


      
Unplanned
Last Updated: 27 Apr 2021 10:04 by ADMIN
Created by: David
Comments: 1
Category: KendoReact
Type: Feature Request
1

The KendoReact MaskedTextBox value cannot be cleared once a value is set. See this forum post for examples and a proposed workaround: https://www.telerik.com/forums/maskedtextbox-cannot-be-cleared

I would like for a user to be able to clear the MaskedTextBox value without having to code it as a special case in the onChange event handler. I believe this should be done by default as per the Kendo jQuery MaskedTextBox, but it could also be optional via a prop or clear button.

Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Ferenc
Comments: 1
Category: KendoReact
Type: Feature Request
1
add multiple rows drag&drop support to kendo react grid, please!
Unplanned
Last Updated: 29 Mar 2021 04:31 by ADMIN
Created by: Huw
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add an option to select multiple items in the DropDownTree with checkboxes.

This has to be similar to what we have in Kendo UI for jQuery:

https://demos.telerik.com/kendo-ui/dropdowntree/checkboxes
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.
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? 
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: 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: 04 Jun 2021 13:32 by ADMIN

Description of the problem

In the Grid component with infinite scrolling, when a user scrolls down, the grid will bounce them back up to the first row when loading the next couple of rows. We get this same behavior in our application so it doesn't seem to be a mistake in the demo. We've encountered this issue in both version 1.x and the most recent version of Kendo.

To reproduce:

  • go to the demo for this component;
  • slowly scroll down in the grid component.

Code, screenshots, etc

Since this is also broken in the docs, I don't think it's necessary to add screenshots or code.

Unplanned
Last Updated: 17 Jun 2021 04:51 by ADMIN
Created by: Flavio
Comments: 0
Category: KendoReact
Type: Feature Request
1

Currently, the TabStrip has a built-in Fade animation.

We provide a property to allow setting different types of animations like Slide, Push etc.

Unplanned
Last Updated: 30 Jun 2021 04:41 by ADMIN
Created by: Pranay
Comments: 0
Category: KendoReact
Type: Feature Request
1
Provide more props to the FieldValidator

Currently, it only gets the value and the name of the Field:

https://www.telerik.com/kendo-react-ui/components/form/api/FieldValidatorType/
Need More Info
Last Updated: 18 Jul 2023 04:18 by ADMIN

Actual Result:

While navigating in table, Narrator is not announcing as 'enter table' and it is also not announcing rows and column information. while navigating in table, With arrow keys or table navigation keys or tab key, Narrator is announcing as 'end of line/blank'.

With caps-arrow keys, Narrator is giving row and column information.

 

Expected 
While navigating in table, Narrator should announce as enter table and it should also give row and column information. And while navigating with arrow keys or table navigation keys or tab key, Narrator should not announce as 'end of line/blank' instead it should give row or column information


User Impact 
Visually impaired users who rely on screen reader will face difficulties to determining Row/Column information of a cell.
Unplanned
Last Updated: 07 Jan 2022 12:17 by ADMIN

Actual results:

aria-label is not defined for ‘Reply editor’ when the keyboard focus is on 'Reply’ edit box narrator is announcing as “Editing End of line”.


Expected 
All components need an accessible name, ideally using semantic elements and attributes. In rare cases, aria-label or aria-labelled by may be needed to alter the name. Learn more by reading about the accessible name property. 


User Impact 
When interactive elements have an incorrect name, it is difficult for people using assistive technology (like screen readers) to understand the purpose of control and its relationship to other content.