4 Answers, 1 is accepted
0
Hello Mona,
Try the following code in order to change font style:
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Try the following code in order to change font style:
<MasterTableView AutoGenerateColumns="false" AllowPaging="true" HeaderStyle-Font-Bold="true"> |
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mona
Top achievements
Rank 1
answered on 09 Oct 2008, 12:46 PM
i afraid to tell you that it is not working because the outlook skin set header bold by default
i need way to change it .
i need way to change it .
0
Joseph
Top achievements
Rank 1
answered on 09 Oct 2008, 12:59 PM
Check your code-behind.
Joseph has set them programatically in some gvCollab grids.
Hope this helps!
0
Hello Mona,
Default state of font-weight property for Outlook skin is normal and not bold.
RadGrid Skins
Besides the approach I already suggested you can try the following:
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Default state of font-weight property for Outlook skin is normal and not bold.
RadGrid Skins
Besides the approach I already suggested you can try the following:
<style type="text/css"> |
th.GridHeader_Outlook, th.ResizeHeader_Outlook |
{ |
font-weight: normal; |
} |
</style> |
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.