Won't Fix
Last Updated: 01 Sep 2025 09:20 by ADMIN
 Title: Incorrect role as link is defined for the 'Filter' button in Windows.

Test Environment: 
OS: Windows 11 Version 24H2(OS Build 26100.2161)
Browser: Edge Version 131.0.2903.112 (Official build) (64-bit)
Screen Readers: Narrator, NVDA Version 2024.4.1, JAWS 2025.2412.50
    User Impact:
    Screen Readers users will not be able to understand the purpose of the control if Screen Reader is announcing incorrect role for the Filter button in Windows.

    Observation:
    1. This issue is observed with (NVDA, JAWS and Narrator) using down arrow key/Tab key.
    Pre-Requisite:
    1. Press F12 key to open the developer tool and inspect the code.
    Repro Steps:
    1. Open URL: https://demos.telerik.com/kendo-ui/grid/filter-menu-customization in Edge browser.
    2. Navigate to the Filter icon present in the city/Title/Birth date column header.
    3. Press F12 to open Dev tool and inspect the code for Filter button.
    4. Observe whether correct role is defined for "Filter" button or not.
    Actual Result:
    Incorrect role as link is defined for the 'Filter' button.

    Observation: 
    Keyboard focus is not moving to the filter icon. 
    Screen reader is announcing as 'Link city filter column settings'.

    Attachment Name: Incorrect role as link is defined for the 'Filter' button in Windows..mkv

    Expected Result:
    Correct role as 'Button' should be defined for the Filter button.
    Keyboard focus should move to the Filter button and Screen reader should announce as 'City Filter button column settings'.
    Pending Review
    Last Updated: 27 Aug 2025 15:53 by Michael D

    We have noticed that trees with a large number of items (or deeply nested trees) consume a large amount of memory. We use external dataSources that are passed via the tree's options.

    After the tree is destroyed, only a small amount of memory is freed. The rest stays allocated. Recreating the tree several times adds additional allocated memory that never becomes available again.

    As far as we've seen, the dataSource itself does not offer a destroy() method or anything similar to free its resources. Is there anything we need to do to destroy the dataSource?

    Unplanned
    Last Updated: 27 Aug 2025 10:25 by Christian
    Created by: Christian
    Comments: 0
    Category: Grid
    Type: Bug Report
    0

    Bug report

    Grid rows could not be properly selected on iPad

    Reproduction of the problem

    1. Open the dojo on iPad - https://dojo.telerik.com/gWsPhtrv
    2. Try to select a row.

    Current behavior

    The rows could not be selected.

    Expected/desired behavior

    It should be possible to select a row in the Grid when it is loaded on iPad.

    Used device for testing: iPad Pro iOS18.6

    Environment

    • Kendo UI version: 2025.3.812
    • Browser: [all ]
    Unplanned
    Last Updated: 27 Aug 2025 06:59 by ADMIN

    Hello Support Team,
    I am currently trying to use the scroll feature of the context menu.
    However, I find that the visibility of the context menu’s scroll arrows is too low.
    When hovering the mouse over them, the color changes only slightly, which makes them hardly noticeable.

    Would it be possible to make the color change more prominent so that the arrows stand out better?
    Please see the attached screenshot and the Dojo example.

    In addition, I believe the arrows are not very intuitive in terms of functionality.
    It would be helpful if they could indicate more clearly whether there are additional items above or below.

    Could you improve this feature?

    Thanks!

    Unplanned
    Last Updated: 26 Aug 2025 12:45 by ADMIN

    The DropDownList's Keyboard Navigation Docs specify that the arrow keys move the highlight in the dropDownList, while Enter selects the highlighted item.

    However, in reality, the arrow keys already select items. Via keyboard, it is not possible to select e.g. the third item in the list without selecting the first and the second item first (by pressing the down arrow).

    E.g. the docs for Angular describe a different behavior.

    Planned
    Last Updated: 26 Aug 2025 10:42 by ADMIN
    Scheduled for 2025 Q4 (Nov)
    Created by: banulescubogdan
    Comments: 3
    Category: Grid
    Type: Bug Report
    3

    Bug report

    When the user enters invalid data in Grid popup edit form and presses 'Enter' the Save button becomes disabled. The button does not get enabled even after entering a valid data.

    Reproduction of the problem

    1. Open the pop-up editor by clicking "Create" or "Edit" in the Grid in the Dojo linked here - https://dojo.telerik.com/QyVhowiQ.
    2. Leave a required field (like "ProductName") empty and click Save.
    3. Validation fails, as expected.
    4. Notice that the Save button becomes disabled. Enter a valid data in the field.

    Current behavior

    The Save button becomes disabled after a validation failure and cannot be re-enabled.

    Expected/desired behavior

    The Save button should remain enabled or re-enable automatically after validation issues are resolved.

    The issue is a regression starting with 2025.2.702

    Environment

    • Kendo UI version: 2025.2.702
    • Browser: [all ]
    Planned
    Last Updated: 26 Aug 2025 10:41 by ADMIN
    Scheduled for 2025 Q4 (Nov)

    Bug report

    group Grid event does not trigger when performing the grouping via the column menu.

    Reproduction of the problem
    Dojo example - https://dojo.telerik.com/EekHxwPJ


    Environment

    Kendo UI version: [all]
    Browser: [all]

    Planned
    Last Updated: 26 Aug 2025 10:41 by ADMIN
    Scheduled for 2025 Q4 (Nov)
    Created by: John
    Comments: 0
    Category: Validator
    Type: Bug Report
    0

    Bug report

    The Validator validates a disabled Upload

    Reproduction of the problem

    1. Open the Dojo example and click the 'Submit' button - https://dojo.telerik.com/ceKdJFuW.

    Current behavior

    The Upload is validated although it is disabled.

    Expected/desired behavior

    Disabled elements should not be validated.

    The issue is a regression starting with 2025.2.520 version.

    Environment

    • Kendo UI version: 2025.2.702
    • Browser: [all ]
    Planned
    Last Updated: 26 Aug 2025 10:41 by ADMIN
    Scheduled for 2025 Q4 (Nov)

    ### Bug report

    The Validator shows a duplicated error message when validating a CheckBox.

    ### Reproduction of the problem

    1) Create a standard HTML form with a checkbox, which has two inputs - a visible one with value="true" and a hidden one with value="false" (this is the generated HTML markup when using <input asp-for="@Model.IsChecked" /> or Telerik UI for ASP.NET Core CheckBox component).

    2) Initialize a Kendo UI Validator on the form and create a custom rule for the checkbox editor.

    3) Submit the form and review the duplicated error message in the validation summary. The Validator validates both hidden and visible inputs.

    A Dojo sample for reproduction: https://dojo.telerik.com/YoLKDPZQ

    ### Expected/desired behavior

    A single error message must be displayed when the checkbox is not checked and the form is submitted.

    ### Environment

    * **Kendo UI version: 2025.2.702
    * **jQuery version: 3.7.1
    * **Browser: [all]

    Planned
    Last Updated: 26 Aug 2025 10:41 by ADMIN
    Scheduled for 2025 Q4 (Nov)
    Created by: Akesh Gupta
    Comments: 0
    Category: Notification
    Type: Bug Report
    0

    Bug report

    When showing a notification with closeButton set to false, the closeButton is still displayed


    Reproduction of the problem

    Dojo: https://dojo.telerik.com/koWkSInz


    Expected/desired behavior
    The notification should default to options.button, but should use args.closeButton to decide to show the close button in the notification.

     

    Environment
    **Kendo UI version: 2025.2.520
    **jQuery version: 3.7.1
    **Browser: [all]

    Unplanned
    Last Updated: 26 Aug 2025 08:37 by ADMIN
    Created by: Philip
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Feature Request
    0

    When a pager control uses responsive mode, but renders initially as hidden, the control fails to render properly.

    The control should render to the appropriate responsive mode regardless of whether the control is visible or not when it is initially rendered.

    Completed
    Last Updated: 25 Aug 2025 13:30 by ADMIN
    Release 2025 Q4 (Nov)
    Created by: SturmA
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Bug Report
    1

    Bug Report

    When building with NPM, the glob is mismatched. This is currently related to the source code build.

    Reproduction

    1. Build with version 2025.2.702 in NPM.

    Current behavior

    Receiving the specific error message:
    [!] SyntaxError: The requested module 'glob' does not provide an export named 'default'

    Environment

    • Kendo UI version: 2025.2.702
    • jQuery version: All supported versions
    • Browser: all
    Completed
    Last Updated: 25 Aug 2025 13:30 by ADMIN
    Release 2025 Q4 (Nov)
    Created by: Gabor
    Comments: 0
    Category: Grid
    Type: Bug Report
    1

    Bug Report

    When backspacing input in the row filter of a navigatable Kendo UI Grid, it appears to attempt to delete a record.

    Reproducible

    1. Go to this Progress Kendo UI Dojo
    2. Filter the product name
    3. Press the backspace

    Current Behavior

    Filtering is prevented and a delete confirmation dialog appears. Upon selection in the dialog, the filtering occurs.

    Environment

    Completed
    Last Updated: 25 Aug 2025 13:29 by ADMIN
    Release 2025 Q4 (Nov)

    Description

    Upon editing a Kendo UI Grid with inline editing with a hidden column, the Update/Save/Cancel buttons appear in the wrong placement.

    Reproduction

    1. Go to this Progress Kendo UI Dojo
    2. Edit a row.

    Current Behavior:

    Expected Behaviour:

    Environment

    Kendo UI version: 2025.3.812
    Browser: [all ]

    Unplanned
    Last Updated: 22 Aug 2025 06:04 by David

    Bug report

    When there is animation configured for the Tooltip, the component is not positioned correctly when it is displayed for the first time.

    Reproduction of the problem

    1. Open the Dojo - https://dojo.telerik.com/YzcMxvVD
    2. Hover over the elements

    Current behavior

    The Tooltip shifts slightly after it is displayed for the first time

    screencast - https://somup.com/cTj31V8DGU

    Expected/desired behavior

    The Tooltip should be on the correct position initially when there is an animation set.

    Environment

    • Kendo UI version: 2025.3.812
    • Browser: [all ]
    Unplanned
    Last Updated: 19 Aug 2025 12:17 by palhal

    Bug report

    When using the Grid's GetSelectedData method with a selectable column, the method throws an error.

    Reproduction of the problem

    1. Go to this Progress Kendo UI Dojo
    2. Select a row
    3. Click Get Select Data

    Current behaviour:

    The following error message occurs:

    kendo.all.js:143633  Uncaught TypeError: Cannot read properties of undefined (reading 'selectedRanges')
    

    Environment

    Kendo UI version: 2025.3.812
    Browser: [all ]

    Unplanned
    Last Updated: 18 Aug 2025 18:51 by ecobite
    Created by: ecobite
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    2

    Hi Team,

    I would like to request the source code from the AI Service from the Kendo UI Grid demos be available to download.  

    Thank you!

      
    Unplanned
    Last Updated: 14 Aug 2025 14:01 by Michael
    Created by: Michael
    Comments: 0
    Category: Editor
    Type: Bug Report
    1

    Bug Report

    When the content of the Kendo UI Editor contains the head, the code within it is displaying with the use of the viewHtml.

    Reproducible

    1. Go to this Progress Kendo UI Dojo
    2. Select the viewHtml tool.

    Current Behavior

    The content within the head will be displayed.

    Workaround

    Manually remove the tags from the IFrame (Dojo).

                var iframe = $('.k-iframe') // Identify the iframe by its class
                var iframeContent = iframe.contents() // Access the content of the iframe
                var metaElement = iframeContent.find('meta') // Traverse down the DOM tree to reach the <meta> element
        
                metaElement.remove()// Remove all the <meta> elements

    Environment

    Completed
    Last Updated: 12 Aug 2025 14:53 by ADMIN
    Created by: Andrew
    Comments: 24
    Category: Kendo UI for jQuery
    Type: Feature Request
    91
    For example; similar to http://www.highcharts.com/stock/demo/arearange
    
    Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.
    Unplanned
    Last Updated: 12 Aug 2025 09:00 by Aaron
    Created by: Aaron
    Comments: 0
    Category: Grid
    Type: Bug Report
    1

    Bug report

    Grid's Toolbar Columns Menu breaks after setOptions()

    Reproduction of the problem

    1. Go to and run this Dojo that combines the Toolbar Columns Menu demo and the Persist State demo: https://dojo.telerik.com/hVgwgCdr
    2. Click "Save State" so you have some state data to restore later.
    3. Click the Toolbar Columns Menu, uncheck "Contact Title", and click "Apply" to hide the column. The column gets hidden without a problem.
    4. Click "Load State" to restore the previous state data. The column is displayed again and things are fine.
    5. Click the Toolbar Columns Menu, uncheck "Company Name" and "Country", and click "Apply" to hide these columns.
    6. Observe only one of these two columns was hidden and the Toolbar Columns Menu remains visible.
    Open the Developer Tools, check the Console tab, and observe the error logged: "Uncaught TypeError: Cannot read properties of null (reading 'columns')"
    It appears the columns menu's "this.owner" gets set to null at some point in the process of calling setOptions() and never gets set back to a reference of the grid.


    Environment
    Kendo UI version: 2025.2.702
    Browser: [all ]

    1 2 3 4 5 6