Posted on: 3/20/2014 5:39:07 PM | Views : 575

I'm trying to make my web page WCAG compliant and found a problem with GeidView rendering.
Currently, the rendered <th> tag is like <th align="center" scope="col">.
I would like the rederred <th> tag to have an id attribute and the <td> tag to have an headers attribute as shown below.
<th align="center" scope="col" id="column1">
<tr>
<td headers="column1">name</td>
Is there any way to do this?
James

Go to the complete details ...