0

For doing some accessibility issues, I need the ui-grid column headers to be keyboard navigatable.

Aliti
  • 2,025
  • 2
  • 27
  • 39

1 Answers1

0

It is working by default.You just need to click the first header by using mouse and after that you can use the Tab key to navigate.Please see the video.

Tab navigation

Sampath
  • 63,341
  • 64
  • 307
  • 441
  • Even if it works as you said, but if the column is sortable; pressing space or enter is not working. – Aliti May 04 '16 at 19:55
  • After focusing on the column header(by pressing Tab keys), if the column is sortable; it should sort the column by pressing enter or space, but it is not working. – Aliti May 04 '16 at 20:08
  • Have you enabled `enableFiltering: true`, on your grid ? – Sampath May 05 '16 at 16:59