Using version 2008.1.619.20
If I do this in codebehind:
shouldn't I see something like the following in the generated HTML at runtime?
<thead>
<tr>
<th scope="col" class="MyHeaderStyle">
What I'm seeing is this:
<thead>
<tr>
<th scope="col" class="GridHeader_Default">
Thanks
If I do this in codebehind:
MyRadGrid.HeaderStyle.CssClass="MyHeaderStyle" |
shouldn't I see something like the following in the generated HTML at runtime?
<thead>
<tr>
<th scope="col" class="MyHeaderStyle">
What I'm seeing is this:
<thead>
<tr>
<th scope="col" class="GridHeader_Default">
Thanks