Reputation: 53
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?
Upvotes: 0
Views: 116