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

[Solved] scrolling/increasing height of column

0 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
william
Top achievements
Rank 1
william asked on 02 Apr 2012, 02:35 PM
Hi All,

how can I place word wrap and increase the height of the column or row that has wrapped?

I thought something like the following on a column would perform the wrapping at least, but it has no effect.

columns.Bound(r => r.Description)
                       .HtmlAttributes(new { @style = "word-wrap:break-word;" })
                       .Width(200);
Tags
Grid
Asked by
william
Top achievements
Rank 1
Share this question
or