Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Have you checked this thread "Truncate display text in cell"?
Great thanks; I elected to do the follwing:
<telerik:GridViewDataColumn.CellEditTemplate>
<DataTemplate>
<TextBox AcceptsReturn="True" MaxHeight="250" Width="300" Text="{Binding Path=Value,Mode=TwoWay}"/>
</DataTemplate>
</telerik:GridViewDataColumn.CellEditTemplate>
<telerik:GridViewDataColumn.CellTemplate>
<TextBlock MaxHeight="18" Width="300" TextWrapping="NoWrap" Text="{Binding Path=Value}"/>
</telerik:GridViewDataColumn.CellTemplate>