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

Header size in gridview

3 Answers 92 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 2
Adam asked on 30 Oct 2008, 08:02 PM
Is there a way, theming or otherwise, to change the height of the column header row in the gridview?  I can't seem to find a property that does the trick.

Thanks!

3 Answers, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 04 Nov 2008, 08:46 AM
Hi Adam,

Thank you for your question.

Please see the following code snippet:

this.radGridView1.GridElement.TableHeaderHeight = 70;     

Do not hesitate to write me back if you have further questions.

Best wishes,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Adam
Top achievements
Rank 2
answered on 04 Nov 2008, 12:00 PM
Is that something that can be themed?  Included Telerik themes have differing heights so I assume it can, I just couldn't find it in the visual style builder. 

Thanks!
0
John
Top achievements
Rank 1
answered on 04 Nov 2008, 04:56 PM
Hi Adam,
     I believe what you are looking for is the GridTableHeaderRowElement in the Visual Style Builder.  It is one of the root elements in the Control Structure tree.  Hope this helps.

John
Tags
Themes and Visual Style Builder
Asked by
Adam
Top achievements
Rank 2
Answers by
Nick
Telerik team
Adam
Top achievements
Rank 2
John
Top achievements
Rank 1
Share this question
or