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

Header color

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 14 Nov 2012, 12:00 PM
Hi all,

Please provide me a solution to give color for the header of my grid. I have given skin 'Web20' to my radgrid. But i want to change color. Please a css solution so that i can use in my style sheet.

Thanks,
Allen.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Nov 2012, 12:12 PM
Hi Allen,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadGrid_Web20 .rgHeader, .RadGrid_Web20 .rgHeader a
    {
        color: Red !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or