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

Header with vertical text and 2 rows

1 Answer 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Henri
Top achievements
Rank 1
Henri asked on 09 Mar 2012, 09:35 AM
Hi,

I am trying to design a silverlight GridView to look like the sample.png.

The header has two rows and the second row's text is vertical.
How can I do this or can you point me to a sample?

Any help will be much appreciated :)

Best regards

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 09 Mar 2012, 12:51 PM
Hello,

 You can replace the standard column header with any other element like so:

<telerik:GridViewDataColumn.Header>
    // put vertical textblock or other element that you wish
</telerik:GridViewDataColumn.Header>

As to the common group headers, please check this online demo. There is a running sample with some source code available as well. 


Regards,
Didie
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Henri
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or