I've tried a few ways of making the GridHTMLEditorColumn of my grid to be in text overflow mode. Nothing seems to work.
Given this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
Can someone please alter this column:
Such that text longer than 75px height causes overflow:hidden with ellipsis?
Given this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
Can someone please alter this column:
<
telerik:GridHTMLEditorColumn
UniqueName
=
"Notes"
SortExpression
=
"Notes"
HeaderText
=
"HTMLEditorColumn"
DataField
=
"Notes"
FooterText
=
"HTMLEditorColumn footer"
HeaderStyle-Width
=
"200px"
>
</
telerik:GridHTMLEditorColumn
>