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