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

[Solved] How to Wrap Column Text of GRID ASP.NET MVC2

2 Answers 317 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ravi
Top achievements
Rank 1
Ravi asked on 23 May 2011, 07:41 AM
Hi Guys, please let me know Telerik.Web.Mvc.dll Latest version No and Link Where i can Download?

2 Answers, 1 is accepted

Sort by
0
Demon
Top achievements
Rank 1
answered on 23 May 2011, 08:20 AM
Hi,

You can see how Grid column width is set in most of the demos. As for the wrapping, text wraps by default in the data cells. If you need it to wrap in the header cells, then use CSS:

.t-grid .t-grid-header .t-header .t-link {
    height: auto;
}
 
.t-grid .t-grid-header .t-header,
.t-grid .t-grid-header .t-last-header {
    white-space: normal;
}
0
Ravindra
Top achievements
Rank 1
answered on 17 Nov 2011, 06:43 AM
You are awsome!!
It works like a charm
thanks,
Tags
General Discussions
Asked by
Ravi
Top achievements
Rank 1
Answers by
Demon
Top achievements
Rank 1
Ravindra
Top achievements
Rank 1
Share this question
or