Hi ,
I have given the attribute like this
HeaderStyle-CssClass="tdheaderblue"
ItemStyle-CssClass="tdheaderbluefirst"
where the tdheaderblue is a css class
.tdheaderblue th
{
background-color: #d5e2e9;
height: 16px;
color: #414141;
font-size: 12px;
border-right: 1px solid White;
padding: 3px 10px 3px 10px;
text-align: center;
}
but the items are able to pickup the css, but the header is not able to pickup the css.
Can any one please help me out ?
Thanks in advance !
regards,
Prasad Jidugu
I have given the attribute like this
HeaderStyle-CssClass="tdheaderblue"
ItemStyle-CssClass="tdheaderbluefirst"
where the tdheaderblue is a css class
.tdheaderblue th
{
background-color: #d5e2e9;
height: 16px;
color: #414141;
font-size: 12px;
border-right: 1px solid White;
padding: 3px 10px 3px 10px;
text-align: center;
}
but the items are able to pickup the css, but the header is not able to pickup the css.
Can any one please help me out ?
Thanks in advance !
regards,
Prasad Jidugu