I have many column to display, several with long titles, and "No Scrolling" is strict instruction.
I have check all related docs, but don't find a way.
Is there any way so that I can Wrap Column Header ?
WrapText: wraps text if the text is wider than the column width.
TextAlignment: defines the text alignment.
I am using Radgrid HyperlinkColumn.
In this column i want to wrap the text.
Itried ItemStyle-wrap and also tried DataTextFromatString=""
but no result.
Please suggest me how can i use the above mentioned WrapText property.
will it be used through server side code or simply in the aspx code.
0
Sebastian
Telerik team
answered on 01 Dec 2009, 08:52 AM
Hello DK,
I suppose that you are talking about our ASP.NET AJAX grid while the help topic concerns RadGridView for Winforms. If my assumption is correct, you can examine the approach from this code library entry which explains how to shorten/wrap long urls or strings in grid column cells.