Declined
Last Updated: 13 Dec 2013 10:01 by ADMIN
John Paul
Created on: 14 Aug 2013 16:55
Category: UI for ASP.NET AJAX
Type: Feature Request
0
RadGrid handle wrap="false" better
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?
1 comment
ADMIN
Eyup
Posted on: 16 Oct 2013 13:17
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.