I am not having success on having wrap="false" for my RadGrid. The solution:
(e.Column as GridBoundColumn).DataFormatString = "<nobr>{0}</nobr>";
Will not work since I have hover over and links on several of my columns.
Couldn't RadGrid have a setting of wrap="false" that would apply to the entire grid?
Hi John,
Thank you for your feedback.
Generally, RadGrid provides Wrap properties which should handle the described scenario:
<ItemStyle Wrap="false" />
<AlternatingItemStyle Wrap="false" />
If you have issues using them, I suggest that you open a formal support ticket so we can handle the specific case.