Hi,
I am tring to changethe existing skin for Grid.I am making the change on Vista skin.Right now I change to background color of grid by giving like this in the CSS file.
.RadGrid_Vista
{
border:1px solid #a7bac5;
/* background:#fcfcfc;*/
color:#333;
}
My problem is I want to change the header and footer also like this.How can I do that? Which property I have to change?
Regards,
Jincy
I am tring to changethe existing skin for Grid.I am making the change on Vista skin.Right now I change to background color of grid by giving like this in the CSS file.
.RadGrid_Vista
{
border:1px solid #a7bac5;
/* background:#fcfcfc;*/
color:#333;
}
My problem is I want to change the header and footer also like this.How can I do that? Which property I have to change?
Regards,
Jincy