This question is locked. New answers and comments are not allowed.
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.
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);