Wrap Long texr in cells of gridpanel

  1. #1

    Wrap Long texr in cells of gridpanel

    Hi

    How wrap long text in gridpanle cells.

    My gridpanle having long text and i want to wrap it according to the column width.

    I cant able to find any properties to do that?

    Sreejith.
  2. #2

    RE: Wrap Long texr in cells of gridpanel



    try this css:

    pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    }
  3. #3

    RE: Wrap Long texr in cells of gridpanel

    hi snippher

    Thanks for the replay.

    Where i put this css. Is it on gridpanle css or some another.

    where i call this css pre.

    Sreejith

Similar Threads

  1. Replies: 9
    Last Post: May 09, 2012, 9:22 AM
  2. Merge GridPanel Cells
    By Dominik in forum 2.x Help
    Replies: 1
    Last Post: Mar 14, 2012, 1:55 PM
  3. [CLOSED] Long text label not wrap
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 03, 2012, 9:00 AM
  4. Replies: 7
    Last Post: Feb 17, 2011, 11:45 AM
  5. wrap Text in GridPanel
    By sachin.munot in forum 1.x Help
    Replies: 2
    Last Post: Nov 07, 2009, 12:13 AM

Posting Permissions