This is need to comply with a criteria that a Section 508 certification firm has tossed at us...
For example in an invoice table, the line number is the 'key' to understanding the row. So it effectively becomes a ROW HEADER, and they request that it shall be in a <th> and not a <td>.
This should be an easy to do, i.e.
For example in an invoice table, the line number is the 'key' to understanding the row. So it effectively becomes a ROW HEADER, and they request that it shall be in a <th> and not a <td>.
This should be an easy to do, i.e.
<
telerik:GridBoundColumn DataField="rowtitle" HeaderText="Title" IsRowHeader="True" />
This would then cause <th> to be used instead of <td>
Thanks again for your prompt attention to this request.