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
- Open this Dojo example - https://dojo.telerik.com/aKVfRvAN/6
- Select the first row
- 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]