hi
I am able to change the skin color of the header but not the pager. What am i doing wrong? Thanks
<style type="text/css">
.RadGrid_Office2007 th.rgHeader
{
background-image: none;
background-color: #f3610b;
}
.RadGrid_Office2007 rgPager
{
background-image: none;
background-color: #f3610b;
}
</style>
I am able to change the skin color of the header but not the pager. What am i doing wrong? Thanks
<style type="text/css">
.RadGrid_Office2007 th.rgHeader
{
background-image: none;
background-color: #f3610b;
}
.RadGrid_Office2007 rgPager
{
background-image: none;
background-color: #f3610b;
}
</style>