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

[Solved] Font issue

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
naveen veda
Top achievements
Rank 1
naveen veda asked on 08 May 2009, 05:48 AM

 

<MasterTableView Caption="Budget for Manager Below & Sub-Managers" Font-Bold="True" Font-Size="12px" >

the above line caption not showing bold in firefox browser, but it is working IE browser ,whether it is browser issue?

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 May 2009, 10:22 AM
Hi Naveen,

Try styling the Caption using the Css style and and see whether it is working.

Style.Css:
 
<head runat="server">          
    <title>Untitled Page</title> 
    <style type="text/css" > 
    .RadGrid_Default .rgCaption 
    { 
      font-weight:bold ; 
      font-size:12px ; 
    } 
   </style> 
</head> 


Hope this helps..
Shinu
Tags
Grid
Asked by
naveen veda
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or