0

I am currently working on making webpages ADA compliant. I have a column in gridview that basically has Update/Delete links , so it does not have a header displayed.

But for ADA compliance, I need to have some text so that screen readers can properly interpret the grid header. I tried:

<asp:TemplateField HeaderText="Action" ShowHeader="False">   

but does not seem to work.

Any solutions?

Manali
  • 53
  • 7
  • set `ShowHeader` to true. –  Mar 15 '18 at 04:09
  • I do not want to show the header text, but say for a visually disabled person, screen reader should read the header text saying what the column is – Manali Mar 15 '18 at 15:49

0 Answers0