If you take a look at the default template of CommonColumnHeader you may see that the VerticalContentAlignment of this element is set to centered. What you may do is to create simple style targeted at this element and increase the specified Padding, something like the following:
<StyleTargetType="telerik:CommonColumnHeader">
<SetterProperty="Padding"Value="75,0,3,0"/>
</Style>
You may see the result at the attached picture. Feel free to change it in the way you need.
Hope this helps!
Regards,
Vanya Pavlova
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Great, Thank you.
Hope to be declarative by xaml in the furture.
RGDS
Kang
0
Vanya Pavlova
Telerik team
answered on 15 Feb 2012, 09:46 AM
Hi Yong-Gu,
Another option to achieve this is through defining a header for the corresponding column group.
Please refer to our online documentation "Column Headers" for further reference.
Regards,
Vanya Pavlova
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>