Hello,
The following under mentioned css doesn't work in IE8 for radgrid headerstyle-css.
background: -moz-linear-gradient(center top , #4C5766 0%, #313841 99%) repeat scroll 0 0 transparent !important;
I tried this in case of firefox, and it worked,
.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader
{
background: -moz-linear-gradient(center top , #4C5766 0%, #313841 99%) repeat scroll 0 0 transparent !important;
border: 1px solid #313841 !important;
height:35px;
}
but, for IE it shows white header with border on all sides for headers, but the background css doesn't workout,
any help on this will be highly appreciated, its urgent please help!
Thanx in advance!
The following under mentioned css doesn't work in IE8 for radgrid headerstyle-css.
background: -moz-linear-gradient(center top , #4C5766 0%, #313841 99%) repeat scroll 0 0 transparent !important;
I tried this in case of firefox, and it worked,
.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader
{
background: -moz-linear-gradient(center top , #4C5766 0%, #313841 99%) repeat scroll 0 0 transparent !important;
border: 1px solid #313841 !important;
height:35px;
}
but, for IE it shows white header with border on all sides for headers, but the background css doesn't workout,
any help on this will be highly appreciated, its urgent please help!
Thanx in advance!