Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1960
Controlling text wrap through a css class - is it possible?
posted

Hello, 

So far the only way I've found to enable or disable text wrap is using the GridItemStyle.Wrap property.

Is there a way to enable or disable it using a css class in my css file and then setting the GridItemStyle.CssClass to that class?

Thanks.

Parents
  • 28464
    Verified Answer
    posted

    Hello Oscar, 

    It's a bit hard to tell and really depends on the certain situation, but I can probably give you a clue that can get you started. You can play with the CSS

    white-space: nowrap; 

    attribute and see if it helps. Just be aware, that as with anything browser related, this has its cons and pros.

    http://snook.ca/archives/html_and_css/problems_using/ 

Reply Children
No Data