Unplanned
Last Updated: 10 Jun 2025 10:20 by Anshuman
Anshuman
Created on: 10 Jun 2025 10:20
Category: Grid
Type: Bug Report
0
Invalid aria-selected attribute on rows in locked column in the Grid

Bug report

In a Grid with locked columns, there's an invalid aria-selected attribute on tr elements in the locked columns.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/aKVfRvAN/6
  2. Select the first row
  3. Inspect the tr element under the locked column in the browser

Current behavior

The tr role='none' element has invalid aria-selected attribute

Expected/desired behavior

The element shouldn't have the aria-selected attribute.

Environment

  • Kendo UI version: 2025.2.520
  • Browser: [all]
0 comments