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

[Solved] vertical column headers

2 Answers 186 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sushma lochab
Top achievements
Rank 1
sushma lochab asked on 08 Jan 2010, 04:08 AM
Is it possible to have vertical column headers in RadGrid?
Please refer attached snapshot.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Jan 2010, 05:50 AM
Hi,

You can override  the  skin css for the HeaderText of the columns as shown below. Just add this to your page:

CSS:
<style type="text/css"
        .rgHeader 
        { 
            writing-mode: tb-rl !important; 
            filter: flipV flipH !important; 
        } 
    </style>  
 

Thanks,
Princy

0
Lee Malo
Top achievements
Rank 1
answered on 19 Feb 2010, 06:48 PM
Itried this but it made the header column really high and cut off the headers is there anything else that should be added?
Tags
Grid
Asked by
sushma lochab
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Lee Malo
Top achievements
Rank 1
Share this question
or