Unplanned
Last Updated: 13 May 2026 06:49 by ADMIN
Scheduled for 2026 Q2
Created by: Maria
Comments: 1
Category: KendoReact
Type: Bug Report
0

Hi, 

After pasting a value into the input box of the DatePicker I am then unable to clear it. The value of the DatePicker is correctly set to null, but the value displayed in the input box is unchanged.

Reproduction steps:

1. Open the grid filtering demo,

2. Copy any of the date values from the grid, e.g. 9/20/1996, and paste it into the "First Ordered On" filter,

3. Clear the filter using the clear button.

Result:

The value remains in the input box.

Expected behaviour:

The value should not be visible in the input box.

 

 

Unplanned
Last Updated: 11 May 2026 14:17 by ADMIN
Scheduled for 2026 Q2
Created by: Alex
Comments: 1
Category: KendoReact
Type: Bug Report
0

I have noticed that whenever you want to upload multiple photos at once, using this React Upload Component & Events - KendoReact Docs & Demos (telerik.com) component the previews of the images uploaded bounce/ shake around. I've tried this on multiple browsers and they all have the same bouncing effect for the image previews. For a single photo it doesn't do it but once multiple images are added, it will do it.

 

Unplanned
Last Updated: 13 Jan 2026 09:37 by ADMIN
Test Environment: 
OS: Windows 11 Version 24H2 (OS build 26120.2705)
Browser Edge Version 132.0.2957.55

URL: https://codesandbox.io/p/sandbox/objective-blackburn-jvz3py

User Impact:

Keyboard dependent users will find it difficult to navigate as the focus order is not logical when navigating through the "Upload" controls of bar charts components.

Repro steps:
  1. Open URL: https://codesandbox.io/p/sandbox/objective-blackburn-jvz3py in the latest chrome browser.
  2. Code sandbox page will appear. 
  3. Press tab key from the top of the page to "https://jvz3py.csb.app/" edit field on right side to reach the Bar chart.
  4. Press tab key to move focus between bar charts and press arrow keys to navigate through the bar chart points.
  5. Verify on pressing tab keys whether the keyboard focus order is logical while navigating the "Upload" controls of Bar chart components.

Actual Result:
Keyboard focus order is not logical when navigating through the "Upload" controls of bar charts components in windows. Focus will not move to the 'Upload' button it will move to the next bar graph control.

Refer Attachment: Keyboard focus order is not logical when navigating through the Upload controls of bar charts components.mp4

Expected Result:
Keyboard focus order should be logical while navigating the "Upload" controls of Bar chart components in windows. Focus should move to the 'Upload' button.
Unplanned
Last Updated: 09 Jan 2026 13:09 by ADMIN
Title: Alternative to Single Pointer options is not provided for adjusting the graph points.

Test Environment: 
OS: Windows 11 Version 24H2 (OS Build 22631.3958)
Browser: Microsoft New Edge Version 128.0.2739.42 (Official build) (64-bit)

Repro Steps:
  1. Open URL: React Charts Library & StockChart - StockChart - KendoReact Docs & Demos (telerik.com in Edge browser.
  2. "Kendo React Stock Chart Overview" chart will appear. 
  3. Navigate to the second chart present under Example using tab key.
  4. Now verify whether the single Pointer options alternative is provided for adjusting the graph points or not.
    Actual Result: An alternative to Single Pointer options is not provided for the dragging functionality to adjust the graph for start and end point.
    Please refer attachment- Single Pointer options alternative is not provided for adjusting the graph points.

    Expected Result: 
    Single Pointer options alternative should be provided for adjusting the graph points.
     
    Example: There can be editable fields provided so that the user can add values accordingly.
     
    Declined
    Last Updated: 19 Dec 2025 10:41 by ADMIN
    Created by: Hubert
    Comments: 1
    Category: KendoReact
    Type: Bug Report
    0

    The Data Grid does not work properly with large datasets. In the example below with one million records, it is impossible to scroll to the bottom of the grid.

    Firefox: Rows fail to render after scrolling past approximately 200,000 rows.

    Chrome: Rows do render, but the skip parameter never exceeds 745,645 even when the scrollbar is at the bottom, preventing access to the remaining ~254,000 records.

    This contradicts the documentation's claim that the grid "scales from hundreds to millions of records while maintaining a responsive user experience."

     

    https://stackblitz.com/edit/react-aaxnyzxm?file=app%2Fapp.tsx

    Unplanned
    Last Updated: 19 Dec 2025 10:03 by ADMIN
    Scheduled for 2026 Q1 (Feb)
    Created by: Jie
    Comments: 1
    Category: KendoReact
    Type: Bug Report
    1

    Please see the example - https://codesandbox.io/p/sandbox/silly-wind-tpfg8n

    When column "Unit Price" is locked, while moving the horizontal scroll bar, the group header is sticky (expected behavior), but the group footer is not sticky (wrong behavior).

     

    Unplanned
    Last Updated: 05 Dec 2025 10:34 by ADMIN

    The examples from https://www.telerik.com/kendo-react-ui/components/intl/i18n/loading-data work with cldr* packages up to version 47.0.0. The Current version 48.0.0 causes an error:

    Error in /turbo_modules/@progress/kendo-intl@3.1.2/dist/npm/main.js (759:20)

    Cannot read properties of undefined (reading 'replace')

     

    Need More Info
    Last Updated: 21 Nov 2025 13:08 by ADMIN
    Created by: Andrei
    Comments: 10
    Category: KendoReact
    Type: Bug Report
    0
    We use "@progress/kendo-react-treelist": "^5.10.1" in our project. Trees are usually placed in flexible containers, and users can reduce their size to 0. At this point, we get an error when calling the tableRowsVirtualization function. I have attached a screenshot at the moment of debugging. You can see that the values of items[0] and lastItem are undefined when the container size approaches 0. I didn't prepare an example to reproduce the error, because I think it's pretty clear that an error occurs here. So the questions are: if this is a bug, is it fixed in the new versions of the package? If there is a possible error on our part or it has not been fixed in the new versions, then what should we do to solve the problem? Thanks
    Declined
    Last Updated: 19 Nov 2025 09:23 by ADMIN

    With the ArcGauge component, when you set the rangeLineCap to something other than 'butt' (ie:  round or square), the indicator does not line up with the tick lines.  This leads to misleading values.  Please look at this StackBlitz:

     

    https://stackblitz.com/edit/react-itztql

     

    This will show the comparison between round and butt rangeLineCaps. 

    From the screenshot as well, the ArcGauge on the right looks like the value is greater than 0, resulting in the user being mislead on the result.

    In Development
    Last Updated: 07 Nov 2025 15:01 by ADMIN
    Scheduled for 2025 Q4 (Nov)

    Hi! 

    I have noticed that keyboard navigation doesn't work in the filter editor components inside the Filter component

    Reproduction:

    1. Open https://stackblitz.com/edit/react-rvwjsm?file=index.html
    2. Choose "name" or "price" from the first dropdown
    3. Type anything in the input field
    4. Try to change the cursor position in the field using arrow keys - doesn't work

     Is there a way to enable it or go around it? 

    Unplanned
    Last Updated: 05 Nov 2025 07:36 by ADMIN
    Scheduled for 2025 Q4 (Nov)
    Created by: Maria
    Comments: 1
    Category: KendoReact
    Type: Bug Report
    0

    Hi,

    The first render of a DatePicker component with an onOpen prop throws an error: Unknown event handler property `onOpen`. It will be ignored.

    Reproduction:

    1. Open https://stackblitz.com/edit/react-xje2zdjc?file=app%2Fapp.tsx

    2. The error will appear in the console

    Expected behavior:

    No errors in the console

    Completed
    Last Updated: 04 Nov 2025 12:58 by ADMIN
    Created by: abdu bukres
    Comments: 2
    Category: KendoReact
    Type: Bug Report
    0
    I am using KendoReact 10.2 and I am getting several warnings about deprecated Sass methods and syntax including one that is causing an error in the browser and blocks rendering. I used the sass-migrator to try to migrate these methods.

    Please upgrade KendoReact so it can work with the latest Vite, React and scss/sass packages without deprecation warnings and errors.
    Also fix the React version dropdown in this feedback form. It doesn't show React 19 as an option.

    Unplanned
    Last Updated: 01 May 2025 11:51 by ADMIN

    Several months ago, I used this example to hide the default row detail expander, and implement my own custom expander:

    https://www.telerik.com/kendo-react-ui/components/knowledge-base/custom-expand-collapse-column

    As you can see, it seems that some upgrade along the way has broken the example, and it now shows two expander columns. This is also happening when i attempt to upgrade the version in my project. Can this be fixed, or is there a new workaround?

    Unplanned
    Last Updated: 14 Apr 2025 12:37 by ADMIN
    Scheduled for Q2 2025 (May)
    Created by: Speedy
    Comments: 1
    Category: KendoReact
    Type: Bug Report
    0
    We have recently added the scrollable prop to our tabStrip component but we are noticing that now on the active tabs there is a line, which is not show when not using the scrollable property. Is there anyway to remove this line? It makes it more difficult in terms of affordance and UX to see that this element is the active tab when there is this line. It somehow breaks the connection between the tab and the content. 


    Any help would be appreciated. 
    Completed
    Last Updated: 03 Apr 2025 15:57 by ADMIN

    in latest v9.3.1 it appears GridFilterCell isn't passing properties shaped as 'isRequired' on DatePicker popupSettings 

    this does seem to be a regression because i just recently noticed it in latest upgrade which we need for other bug fixes.

    i pursued patching myself by populating animate in GridFilterCell.mjs which seemed to work but then i got warning for the next required property "appendTo". however, populating appendTo yields warning "Warning: Failed prop type: Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed." so it's not easily reconcilable that way... therefore i tried removing isRequired on all 3 DatePicker popupSettings properties which of course avoided warnings and i didn't see any negative side effects.

    here is a codesandbox repro minimally tweaked to include a date field from kendo grid's "getting started" demo: https://codesandbox.io/p/sandbox/cool-sanne-d4tp85

    admittedly this is just a warning but it does create unnecessary noise in browser debug which detracts from issues truly requiring attention during development.

    screenshot with the warning from that demo repro:

    Completed
    Last Updated: 03 Apr 2025 15:52 by ADMIN
    When I change the width of the component, I expect that the state of the buttons (active/locked) will change depending on the scroll position, but this does not happen. For example, if the component did not scroll and both buttons are locked, then when the width is reduced, they will also remain locked. I think this is a mistake. Is there a way around this problem?
    Declined
    Last Updated: 31 Mar 2025 14:10 by ADMIN
    Created by: eDAD
    Comments: 2
    Category: KendoReact
    Type: Bug Report
    0

    Test Environment:

    OS: Windows_11
    Version: 21H2
    OS Build: 22000.795
    Browser: Version 103.0.1264.71 (Official Build) (64-bit)

    URL: https://agentcalendardevone.azurewebsites.net/SMBEntryForm.aspx?trg=testteam&campaign=Microsoft%20Internal%20Test%20Camapign

    Screen Reader: NVDA (2021.3)

    Repro Steps:

    1. Open URL: SMB Scheduler (agentcalendardevone.azurewebsites.net) page in Edge Browser.

    2. Provide valid 'Email address' in text field and activate 'Book New Appointment'.
    3. Click on view Available Appointments.
    4. Open NVDA.
    5.Navigate and activate 'Calendar' icon where popup appears.
    6.Naviagte to controls.

    7. Observe an issue that Incorrect role 'link' is defined on button controls.

    Actual Behavior:

    Incorrect role 'link' is defined on button controls present on 'Calendar' popup.

    Expected Behavior:

    In this case, the expected role is {button}. All components need a proper role attribute, ideally with semantics. In rare cases a role attribute should be added to give full context and information to assistive technology. Learn more by reading about when to use an aria role and the html/aria role mappings.


    Declined
    Last Updated: 31 Mar 2025 14:09 by ADMIN
    Created by: eDAD
    Comments: 5
    Category: KendoReact
    Type: Bug Report
    0

    Environment Details:
    OS: Windows11 version 21H2 (OS build 22000.856)
    Edge Browser version: 
    104.0.1293.47

    Repro steps:
    1. Open Code Pen: https://codepen.io/m1mrt/pen/VwXjEzJ page in Edge Browser.2. Run Axe dev tools3. Observe an issue that select element has an accessible name.

    Actual Result:Select element does not have an accessible name.

    Expected Result:
    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.

    Screenshot attachment:

    Declined
    Last Updated: 31 Mar 2025 14:08 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.
    Completed
    Last Updated: 31 Mar 2025 14:07 by ADMIN
    Created by: Michael
    Comments: 2
    Category: KendoReact
    Type: Bug Report
    0
    Hi thanks. When resizing a column the page skips in Edge. Please see attached video. KendoReact.
    1 2 3 4 5 6