We have a need to navigate by cell in the treegrid for ADA compliance. We have code that works to some extent, but the underlying behavior of the treegrid prevents true cell navigation. It seems the treegrid wants to select rows, but we need to get focus on the individual cells, so screen readers can read out the contents of the cells. Is there anyway to disable or override the treegrid’s keyboard navigation?
Thanks
Unfortunately we do not have this functionality in a TreeGrid.
The jqxGrid more flexible in this regard. You could create some own logic for navigation there.