Let me explain, I am a new developer trying to develop a site to be ADA compliant. I know Pqgrid comes with keyboard navigation-however, the problem is that I cant utilize the keyboard navigation until I physically click into a cell. In other words, the focus has to be inside the cell for the navigation to work. A blind person would have difficulty doing this, so I need a way to enter the table contents through only tabbing.
Tab indexing doesnt work for the <td> elements and I read I probably shouldnt use it anyway.
Any suggestions?