Focus navigation within Data Grids when Cells have multiple focusable elements #3678
Unanswered
dholmes2409
asked this question in
Q&A
Replies: 1 comment 2 replies
-
After deactivating the grid navigation, navigation within the cell takes place using the usual methods (e.g. TAB from control to control , with the arrow keys within selection lists or radiobutton groups). Navigation remains limited to the current cell. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to improve the keyboard navigation of my Data Grid and in some scenarios I would like to support having multiple focusable elements within a single cell. The examples at https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/ only include at most 1 focusable element within a cell and when navigating to that cell the focus is automatically given to that element but if I were to have multiple:
What would people advise to use for navigation?
Beta Was this translation helpful? Give feedback.
All reactions