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

How to change header size

1 Answer 90 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 2
Iron
Iron
Pierre asked on 06 Jul 2010, 03:09 PM
Hi, I need some place in oune of our xaml page. I try to set the Gridview header size to 22 pixel height and reduce the text size. I need to do that on the item too. I try in Blend4 to change the GroupHeaderTemplate without success.
Any suggestion?

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 06 Jul 2010, 03:12 PM
Hello Pierre,

You may set style for the GridViewHeaderRow and add setter for the Height property. Do not forget to add setter for the MinHeight porperty as well. This should do the trick for the row as well.
RadGridView exposes the HeaderRowStyle and the RowsStyle for such purposes.

Kind regards,
Pavel Pavlov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Pierre
Top achievements
Rank 2
Iron
Iron
Answers by
Pavel Pavlov
Telerik team
Share this question
or