Completed
Last Updated: 08 Jun 2021 13:00 by ADMIN
Release 2021.R2.SP.next
K
Created on: 30 Apr 2019 07:40
Category: Grid
Type: Bug Report
0
CommandButtons are not accessible with detail template

Bug report

DOJO

Reproduction of the problem

  1. Open the dojo
  2. Enter in Edit mode via the Edit button
  3. Navigate to the Update button via keyboard

Current behavior

Detail Template is toggled on Enter.

Expected/desired behavior

When the target is any of the Command Buttons, the Grid should hide/show the detail view.

Environment

  • Kendo UI version: 2019.1.220
  • Browser: all
2 comments
ADMIN
Alex Hajigeorgieva
Posted on: 07 May 2019 08:59
Hi, 

I have already responded to you in the private support thread but I will paste my response here as well:

I have reviewed the information in the private thread that was submitted and here are my observations:

1) To enable keyboard navigation, the Kendo UI Grid should be set as navigatable:true

2) When Enter is pressed it is expected that the focused row should be open for editing, The grid should be configured for CRUD operations:

https://dojo.telerik.com/@bubblemaster/adoKodUT

3) If another Enter is pressed, the row closes

If you wish to expand the details you should use Alt + left/right arrow

If you wish to persist the expanded rows upon data binding of the master grid, you may check the how-to article at:

https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/state/persist-expanded-rows

The only thing that I noticed is that we could focus the expand/collapse cell and when the user presses enter to toggle the detail visibility. Do you think that this could be a nice addition to the keyboard navigation?

In case we have missed anything, please advise.

Look forward to hearing back from you.

Regards,
Alex Hajigeorgieva
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
K
Posted on: 30 Apr 2019 10:37
Expected behavior is: When the target is any of the Command buttons, action related to the command button must happen. Toggle of detail view should be triggered only when focus is on "Expand Row" + Enter key