Hi,
We are using jqGrid, but we have high requirements for accessibility and the grid role is not working well when we tested with NVDA and JAWS screen readers combined with jqGrid keyboard navigation.
We use other plain html tables with the ARIA listbox role without any problems and I would like to alter some HTML attributes in jqGrid to have better user exeperience for visualy imapared users.
I can brute force this with jQuery on loadComplete, but I want to ask if there is a nicer way to do some extension for the table and row renderers.
These are some the thigs in the final output I'm looking to modify:
| role=”columnheader”> |
|---|
| aria-describedby=”table_cb” role=”gridcell”> |
Bottom line these are the kind of small modifications I'm looing to do. Can you recommend where to extend the extra code?
Thanks,
Ivan
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top