Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    For ListGrid Header accessibility, I can focus on header and use arrow to navigate into it, is there any way I can use "Tab" button to navigate in headers?

    Hey, I am working on accessibility in a smartclient app, to allow user to navigate the app use keyboard only. So there is a question that when I am working on the listgrid header, the header can be accessed to the first column, but after that, I can only use arrow left and right to move the focus. Can I use tab to navigate in header row? Cheers!

    #2
    No, because tabbing would not be the expected ARIA interaction here. The way it is now is already correct.

    Comment

    Working...
    X