Posted 08 May 2013 Link to this post
<
TextBlock
TextTrimming
=
"CharacterEllipsis"
Text
"{Binding Value}"
/>
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 09 May 2013 Link to this post
You are right. In that case you can use WordEllipsis:
telerik:GridViewDataColumn.CellTemplate
>
DataTemplate
"WordEllipsis"
"{Binding Name}"
</