This is a migrated thread and some comments may be shown as answers.

Change font in header

4 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mona
Top achievements
Rank 1
Mona asked on 09 Oct 2008, 11:46 AM
i have grid in my form and has "Outlook" skin
i want to make grid header( not bold) but i cannt
please anyone  help me

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 09 Oct 2008, 12:25 PM
Hello Mona,

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 .
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
Daniel
Telerik team
answered on 09 Oct 2008, 01:40 PM
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:
<style type="text/css"
    th.GridHeader_Outlook, th.ResizeHeader_Outlook 
    { 
        font-weightnormal
    } 
</style> 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Mona
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Mona
Top achievements
Rank 1
Joseph
Top achievements
Rank 1
Share this question
or