For doing some accessibility issues, I need the ui-grid column headers to be keyboard navigatable.
Asked
Active
Viewed 309 times
0
-
Can we have more info about your requirement ? What do you mean by navigable ? Where to navigate ? – Sampath May 04 '16 at 19:07
-
I mean doing keyboard navigation like pressing tab key. – Aliti May 04 '16 at 19:11
-
It's working by default no ? What is the problem on your side ? – Sampath May 04 '16 at 19:29
-
It is not working by default. – Aliti May 04 '16 at 19:36
1 Answers
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.

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
-