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
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: