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

Header text cut in gridview

1 Answer 149 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thennarasu Palanisamy
Top achievements
Rank 1
Thennarasu Palanisamy asked on 01 Jul 2010, 10:43 AM
Hi,
If I wrap a header text for the columns in my gridview then the text gets cuts.
How to avoid this ?

Best regards,
Sid

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 06 Jul 2010, 04:14 PM
Hi Siddharth Sangekar,

Thank you for writing.

To ensure enough vertical space for the text when using TextWrap, you can simply increase the header row height:
 
this.radGridView1.GridElement.TableHeaderHeight = 80;

Hope this helps. Let me know if you have any other questions.

Kind regards,
Martin Vasilev
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
Thennarasu Palanisamy
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or