This is a migrated thread and some comments may be shown as answers.

[Solved] Want to change border color for grid's footer.

1 Answer 236 Views
Grid
This is a migrated thread and some comments may be shown as answers.
VM
Top achievements
Rank 1
VM asked on 06 May 2009, 06:49 PM

I have radgrid on my page and want to change footer’s border (top and bottom) color. Which property should I refer to?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 May 2009, 05:42 AM
Hi VM,

Try with the following approach and see if it helps.

Style.Css:
 
 
head runat="server"
    <title>Untitled Page</title> 
    <style type="text/css"
 
.RadGrid_[SkinName] .rgFooter td 
     
    border-bottom-color:Red !important; 
    border-top-color:Red !important; 
 
     </style> 
</head> 


Thanks
Shinu.
Tags
Grid
Asked by
VM
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or