Hi, we have impliment the rad grid with custome css all setting are working except the setting the header background image, one strange thing is happing that the same piece of code is working in my localhost but the same code of piece is not working the the Deployment env. We are using the code piece and use the property EnableEmbeddedSkins="false" for the grid. i am attaching the image file.
Thanks,
Sanjeev
.RadGrid_Office2007
.rgHeader,
.RadGrid_Office2007
th.rgResizeCol
{
border:solid #5d8cc9;
border-width:0 0 0 0;
background:0 -1900px repeat-x url('/Images/Telerik/Office2007/Grid/sprite.gif');
}
Thanks,
Sanjeev