Planned
Last Updated: 28 Mar 2024 09:48 by ADMIN
Created by: Owen
Comments: 1
Category: KendoReact
Type: Bug Report
1

When typing into a date picker and trying to type Feb 29th, 2024 (or any other leap year ofc) the date is updated incorrectly by the kendo date picker validation. As the user types the year their previous entry of 29 is updated to 28. This should update check should probably not occur until the user is done updating the input. If there is some fix or workaround we can do on our end to resolve this issue please let us know

Here's a video of the bug in our application

However, I was also able to reproduce the exact same behavior even in the documentation:

Declined
Last Updated: 26 Mar 2024 15:41 by Julian Turner
Created by: Julian Turner
Comments: 2
Category: DatePicker
Type: Feature Request
0
I use the DatePicker extensively in our application as people are entering in weather data. They often want to change the date by a day or two, so they find it annoying to open up the whole calendar to go back a single day. I think that the ideal UX would be to have the equivalent of the Spin Buttons on the DatePicker that exist on the DateInput. So, there would be the calendar for the date picker and the spinners so users can choose what works best for them.
Unplanned
Last Updated: 26 Mar 2024 14:52 by ADMIN
Created by: Julian Turner
Comments: 1
Category: DateInput
Type: Feature Request
1
The DateInput spinners default to changing the first section of the date, which in my case would be the month. However, my users are going to want to change the day unless they have selected a date part like the year. I would appreciate a way to specify which date part the spinners should control if no part of the input is selected?
Unplanned
Last Updated: 26 Mar 2024 14:21 by ADMIN
Created by: James
Comments: 3
Category: Upload
Type: Feature Request
0

This feels like an obvious requirement, but maybe I'm missing something. We're using the Upload component allowing users to upload files to be later referenced and accessed. Would it be possible to add configuration options to display a download icon and hook up an onDownload handler, next to each uploaded file, like it currently does for the "remove" operation? I appreciate you can create a custom UI for the whole component, but then we lose the built-in functionality.    

Thank you.

Unplanned
Last Updated: 25 Mar 2024 17:43 by ADMIN
Created by: Owen
Comments: 6
Category: DatePicker
Type: Bug Report
3

Hello,

We've been experiencing a weird behavior with the date picker element. We wanted to have an auto advancing cursor that moves from date -> month -> year without the user having to manually press the arrow keys.

We based our solution off this previous method in your JQuery element. However the React element has some buggy behavior when it comes to updating existing date values in the input that makes this method impossible. (the functionality works correctly in the JQuery version of the library, just not React)

When updating an existing value in the box from a single digit value (e.g. 01, 02, 03, 04, but not 10, 11, 12) instead of overwriting the existing value it appends the new number the user entered. For example, if a 01, is in the box and the user types 2 it becomes 12, when it should have become 02.

This can be especially confusing for the user when working with named dates (e.g. "Jan", "Feb",  "Dec", etc) since they do not see the numbers involved. If the user is updating Jan, and they press 2. It should update to Feb not Dec...

I've attached a GIF of the problem below as I've described

Unplanned
Last Updated: 20 Mar 2024 07:06 by Jan
Currently, the TimePicker and DateTimePicker do not have the toggleButton property. This prop is present for the DatePicker but it should also be present for the rest of the dateinput component to keep the API consistent.
Unplanned
Last Updated: 19 Mar 2024 09:15 by Josh

Currently, hovering the draghandle shows the title "Drag". Instead, it should show the current value of the Slider.

With the current implementation, this is only possible by rendering a ToolTip component and customizing it:

Under Review
Last Updated: 18 Mar 2024 17:43 by ADMIN
Created by: Paxcom
Comments: 0
Category: KendoReact
Type: Feature Request
3

in the provided video, an example of the unordered list has been taken up. But the same is applicable to the numbered list as well.

When a user tries to add a new point to an unordered list in a new line and then clicks the backspace, the unordered list remains. Pressing 'Enter' to start a new line shows the unordered list bullet points again.

Can we update it so that on   Pressing backspace to remove the unordered/ordered list should delete it entirely and should not leave any highlighting in the description box editor field.

 

video : https://www.loom.com/share/480debbe4f2648339ecb80cd9b6ed853?sid=3914f5dc-f477-4afd-a55d-df4a26603da7   

please go through video where i have provided , example of current behavior and expected behavior 

Unplanned
Last Updated: 18 Mar 2024 14:09 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload and display powerpoint files.
Unplanned
Last Updated: 18 Mar 2024 14:08 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload word files and display them.
Unplanned
Last Updated: 14 Mar 2024 20:09 by Mia
Created by: Mia
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the TreeList could display children,  for example, in this demo, if I search for Anika Vega, I would like the tree to return Daryl Sweeney and all the children nodes of Anika:

https://stackblitz.com/edit/react-ze6brv?file=app%2Fmain.tsx
Unplanned
Last Updated: 14 Mar 2024 15:23 by Jeremy
Created by: Jeremy
Comments: 0
Category: TaskBoard
Type: Feature Request
0
The TaskBoardChangeEvent needs to have additional fields in the onChange event such as column index and previousColumn index.
Unplanned
Last Updated: 14 Mar 2024 11:29 by ADMIN
Created by: Radhwen
Comments: 5
Category: Gantt
Type: Feature Request
8
Adding custom views support for the React Gantt component.
Unplanned
Last Updated: 11 Mar 2024 10:26 by Flavio
Created by: Flavio
Comments: 0
Category: ProgressBar
Type: Feature Request
1

I want to have smooth color transitions just like the ArcGauge component - https://www.telerik.com/kendo-react-ui/components/gauges/arcgauge/

When it switches between colors, a transition animation on the color is applied and this is visible in the above demo.

Ticket ID: 1643539

Unplanned
Last Updated: 04 Mar 2024 10:02 by n/a

The current implementation of the MultiSelectTree component doesn't provide the option to define a custom header and footer inside its popup.

Providing the mentioned properties will keep the consistency among the different DropDown components as the discussed options are available in other DropDown components like the:

Unplanned
Last Updated: 01 Mar 2024 20:38 by Patrick
Created by: Patrick
Comments: 5
Category: KendoReact
Type: Feature Request
8

The KendoReact Spreadsheet component has been released.

There are a few features that are missing compared to the jQuery version, and filtering rows based on column filters is one of them. 

Until this feature is added (along with context menus), we won't be able to use the Spreadsheet component for what we need to build, so we will have to continue wrapping the jQuery component. The object provided by the spreadsheet ref can filter programatically based on the (undocumented in KendoReact's docs) `range.filter()` method, but this would take a lot of time to implement what the jQuery version already has.

Duplicated
Last Updated: 29 Feb 2024 17:14 by ADMIN
Created by: eDAD
Comments: 0
Category: KendoReact
Type: Bug Report
0

Environment (OS, Application, Versions):

OS Version: 22H2 (OS Build 25352.1)
Edge Dev: Version 121.0.2277.112 (Official build) (64-bit)

Repro Steps:

   1. Open https://codepen.io/oneID/pen/LYaGREP and turn on NVDA.
   2.Navigate to Populate grid and activate it using enter key.
   3.Navigate to Expand button under domain in export to excel table.
   4.Verify if the accessible name and role for the expand button is correct or not.

Actual Results:

Accessible name for the 'expand' button is not correct, Expand button is defined as link.

Expected Results:

Accessible name of 'expand' button should be sufficient for screen reader user. Accessible name should contain value available in domain as well.

Role should be defined as 'Button' as its behaving as button.

Declined
Last Updated: 20 Feb 2024 12:53 by ADMIN
Currently, if we don't have focusable elements in the Dialog, the focus is not trapped in the component and the user can interact with other elements on the page. It would be beneficial if the Dialog component trapped focus within itself even if no focusable elements are present.
Completed
Last Updated: 15 Feb 2024 09:39 by ADMIN
Test Environment:
OS version: 22H2 (OS Build 25272. 1000)
Edge Dev Version: Version 111.0.1633.0 (Official build) dev (64-bit)

Pre- requisites: 
Open Settings -> Accessibility -> Contrast Themes -> Select Aquatic/Desert modes.

Repro-Steps:
  1. Open the above URL and login with valid credentials.
  2. Now check some checkboxes (e.g., Bold, Underline, Insert ordered list, etc.)
  3. Now apply high contrast themes and try to differentiate between the checked and unchecked checkboxes. 


Actual Result:

Unable to distinguish between the checked and unchecked checkboxes in high contrast Aquatic/Desert themes.

Expected Result:
User should be able to distinguish between the checked and unchecked checkboxes in high contrast themes also. 

User Impact:

Users with low vision who rely on high contrast will not be able to distinguish between the checked and unchecked checkboxes in high contrast Aquatic/Desert themes.

    Completed
    Last Updated: 01 Feb 2024 15:48 by ADMIN

    This is a bug on your documentation website.

    Go to https://www.telerik.com/kendo-react-ui/components/grid/ for example to see that the side panel on the left is empty in an Edge browser. It flickers then it disappears.

    It works fin in Chrome and Firefox

    1 2 3 4 5 6