Hi
Can someone help me how to make my wingrid 508 compliant ? I have an wingrid and i use JAWS software to read the wingrid but it reads as row 1 readonly, i want it to read column name and the value. Can some1 help me asap
MC
I have figured it out, When the grid gets loaded it activates the first row instead we should just activate the first cell ugPayments.Rows(0).Cells("TYPE").Activate()
that will help the screen reader identify just that column and read that column and its value, but now when i press tab its no going to summary row after the last row so im kinda stuck but the activating cell will surely help in reading that column and its value in that cell and then you can tab on to next column to read the next cell value.