Display of HeaderText in GridView

116 Views Asked by At

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?

0

There are 0 best solutions below