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

Add UnderLine

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 05 Nov 2012, 12:08 PM

Hi all,

Please provide a way to add underline to all Column header in my RadGrid.I have more than 10 columns.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Nov 2012, 12:10 PM
Hi,

Please try the following CSS to give underline for the header.

CSS:
<style type="text/css">
    .RadGrid_<skinname> .rgHeader
    {
        text-decoration:underline !important;
    }
</style>

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