This question is locked. New answers and comments are not allowed.
Hello!
In Q2 2011 version I'm has a issue with TextWrapping property of GridViewDynamicHyperlinkColumn - text in cell not wrap. In Q1 2010 all worked as expected.
There is my code:
In Q2 2011 version I'm has a issue with TextWrapping property of GridViewDynamicHyperlinkColumn - text in cell not wrap. In Q1 2010 all worked as expected.
There is my code:
<telerik:GridViewDynamicHyperlinkColumn Header="Title" DataMemberBinding="{Binding Title}" NavigateUrlMemberPaths="Href" NavigateUrlFormatString="{} {0}" Width="300" TextWrapping="Wrap" TargetName="_blank"></telerik:GridViewDynamicHyperlinkColumn>What I do wrong? How can I do text wrapping for dynamic hyperlink column in Q2 2100?
Thank you!
Thank you!