N
Nathan Baulch
I have a sortable DataGrid.
Where can I set a CssClass for the <a> element that results after rendering
the header row?
My rendered DataGrid header cells currently look like this:
<td>
<a href="javascript:__doPostBack('DG$_ctl1$_ctl3','')">
ColumnX
</a>
</td>
I want them to look like this:
<td>
<a href="javascript:__doPostBack('DG$_ctl1$_ctl3','')" class="myclass">
ColumnX
</a>
</td>
Cheers
Nathan
Where can I set a CssClass for the <a> element that results after rendering
the header row?
My rendered DataGrid header cells currently look like this:
<td>
<a href="javascript:__doPostBack('DG$_ctl1$_ctl3','')">
ColumnX
</a>
</td>
I want them to look like this:
<td>
<a href="javascript:__doPostBack('DG$_ctl1$_ctl3','')" class="myclass">
ColumnX
</a>
</td>
Cheers
Nathan