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

Set the height of the column header

1 Answer 132 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Erik
Top achievements
Rank 1
Erik asked on 12 Jul 2007, 11:05 AM
How to set the height for the column header? I wanted to display 2 lines of text in the column header?

Second thing; the performance of the controls is pretty slow. Is any way to speed up the running time?

thanks

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 12 Jul 2007, 03:16 PM
Hello eriksurya,

You can enable text wrapping for each column using the following code: radGridView1.MasterGridViewTemplate.Columns["ColumnName"].WrapText = true;

Unfortunately, there is an issue in the header row resizing. We are working on a fix for that. It will be available for the next release.

As for the speed of our controls - we are working on speeding them up. This is our core goal towards Q2 2007 release. Have you tested the Q1 2007 SP2 release? We improved the grid performance substantially.

All the best,
Evtim
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Erik
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or