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

[Solved] Overriding Style not working

2 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 16 Sep 2009, 07:46 PM
I am using the following method as per the documentation to style a GRid Edit Template PopUp window:

<style type="text/css">
.GridEditForm_Office2007  .GridHeader_Office2007
{

 

background-color: #FFD96F;

 

 

font-size: large;

 

 

font-style: italic;

 

 

font-weight: bold;

 

 

font-variant: normal;

 

 

text-transform: lowercase;

 

 

vertical-align: top;

 


</style>

I have put this in the head section of the document but nothing is being style to this. 

Anyone?

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 22 Sep 2009, 04:53 PM
Hello Robert,

Please try the following modification:
<style type="text/css"
    .RadGrid_Office2007.rgEditForm 
    { 
        backgroundnone
        background-color#FFD96F
        font-sizelarge
        font-styleitalic
        font-weightbold
        font-variantnormal
        text-transformlowercase
        vertical-aligntop
        line-height22px
    } 
</style> 

I hope this helps.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Robert
Top achievements
Rank 1
answered on 22 Sep 2009, 05:03 PM
this did work.  Thanks!
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Robert
Top achievements
Rank 1
Share this question
or