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

How to set TableHeaderRow Height

1 Answer 98 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Julien
Top achievements
Rank 1
Julien asked on 31 Jul 2009, 05:30 PM
Hi

 I set my gridview autosizerows = true and the TableHeaderRow height has become too small. I try to set the height with
" this.MyGridView.MasterGridViewInfo.TableHeaderRow.Height = 40" so the height don't change.

It is possible to set the TableHeatherRow height?

Thanks

1 Answer, 1 is accepted

Sort by
0
Boryana
Telerik team
answered on 03 Aug 2009, 01:12 PM
Hello Julien,

Thank you for your question. If AutoSizeRows property of RadGridView is set to true, you should also set the MinHeight property of the TableHeaderRow. Here is an example:

this.radGridView1.MasterGridViewInfo.TableHeaderRow.MinHeight = 40; 

I hope this helps. If you have further issues, please, contact me back.

Sincerely yours,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Julien
Top achievements
Rank 1
Answers by
Boryana
Telerik team
Share this question
or