Declined
Last Updated: 29 Sep 2023 12:23 by ADMIN
Leon
Created on: 21 Mar 2023 18:06
Category: UI for Blazor
Type: Bug Report
0
[Accessibility] TelerikGrid update and delete buttons not reachable through tab

                            <TelerikGrid Data=@ViewModel.Requests
                                            EditMode="@GridEditMode.Inline"
                                            Height="50%"
                                            Width="100%"
                                            Resizable="true"
                                            Pageable="true"
                                            OnCreate="@ViewModel.CreateRequest"
                                            OnUpdate="@ViewModel.UpdateRequest"
                                            OnCancel="@ViewModel.CancelRequest"
                                            OnDelete="@ViewModel.DeleteRequest"
                                            PageSize=5>

 

3 comments
ADMIN
Tsvetomir
Posted on: 29 Sep 2023 12:23

Hi Leon,

The default navigation of the grid states that you should press enter if you want to move the focus to any of the child elements of the data cell. Namely, if you navigate to the command cell and press enter, the focus will move to the buttons. If you want to return the focus back to the parent cell, press ESC. 

We have a dedicated demo with a summary of each key's behavior and its effect on the grid.

Regards,
Tsvetomir
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Leon
Posted on: 30 Mar 2023 04:46
After Setting the Navigable parameter to true, I still cannot tab to the Edit/Delete buttons.
ADMIN
Svetoslav Dimitrov
Posted on: 28 Mar 2023 09:48

Hello Leon,

To enable the keyboard navigation in the Grid you must set the Navigable parameter to true.

Do you observe the same behavior when you set the Navigable parameter to true? 

Regards,
Svetoslav Dimitrov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.