I’m trying to set a style for a grid, and set the font-weight of the header to bold but It doesn’t work
I tried to set the font-weight to whole the grid, but even this doesn’t work !! and still appears with normal weight.
.RadGrid_MyCustomSkin
{
margin-left:auto;
margin-right:auto;
color:#63141A;
font-weight:bold;
}
Could you help me with the suspected reasons?
If you work in a table, giving the
tableelement a font-weight won’t work. You’ll need to address the specific cells.If
.RadGrid_MyCustomSkinis the table’s class, you’d need to do