Manali
Manali

Reputation: 53

Display of HeaderText in GridView

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

Answers (0)

Related Questions