Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Accessibility - column header of wingrid not being read by JAWS
posted

I have a winforms application which needs to be 508 compliant. We use ultragrids on a form. I have set the accessible description etc for the ultragrid.

While using Jaws to test accessibility, it does not read the column headers. The captions, headers etc: are correctly set to the required column names.Jaws just does not pick it up.

I do not see a AccessbileDescription for each column in the Wingrid. Any idea why the column headers are not being read?

The values in each row are being read. It just does not say the column header. (It correctly picks up the column header with a normal Winforms grid).

I checked the value of cell.AccessibilityObject.Name  for each cell. And that is correctly being set to the corresponding column header.

Thank you in advance.

Parents Reply Children
No Data