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

Grid footer style is not getting set in IE 8.0

3 Answers 28 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Medac
Top achievements
Rank 1
Medac asked on 02 Jun 2010, 08:32 AM
Hi,

I am setting footer style as follows to display the footer in gray shade. It works fine in Mozilla Firefox whereas it does not display or not getting effected the newly set footer style in IE 8.0.
What to do to make the below code work both in IE and Mozilla.

<

 

 

style type="text/css">

 

 

 

.FooterStyle

 

{

 

 

height: 25px;

 

 

 

line-height: 4px;

 

 

 

font-size: 12px;

 

}

 

 

.FooterStyle TD

 

{

 

 

background-color: #F2F2F2;

 

 

 

border: 2px Solid #5D8CC9;

 

}

 

 

</style>

 



3 Answers, 1 is accepted

Sort by
0
Medac
Top achievements
Rank 1
answered on 02 Jun 2010, 12:59 PM
Please help....
0
Medac
Top achievements
Rank 1
answered on 03 Jun 2010, 06:04 AM
Bump!!!
0
Martin
Telerik team
answered on 07 Jun 2010, 03:43 PM
Hello Medac,

I would suggest that you use the following CSS selector:

<style type="text/css">
    div.RadGrid_Default .rgFooter td
    {
       /*Add your CSS rules here
    }
</style>

Please do not forget to change the "Default" text above with the relevant skin name you are currently using. Additionally I would recommend you the following resources that provide more CSS related information about RadControls for ASP .NET AJAX:

Dimo Dimov's Blog
http://tv.telerik.com/watch/aspnet/webinar/skinning-deep-dive-radcontrols-aspnet-ajax

I hope this helps,
Martin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Medac
Top achievements
Rank 1
Answers by
Medac
Top achievements
Rank 1
Martin
Telerik team
Share this question
or