[CLOSED] GridPanel Column Wrap

  1. #1

    [CLOSED] GridPanel Column Wrap

    Hello,

    Was wondering if there was any possibility to make a column wrap instead of cut off?

    For the example here: https://examples1.ext.net/#/GridPanel/ArrayGrid/Simple/

    "American International Group Inc." is cut off, would like it to wrap.

    Cheers,
    Timothy
  2. #2

    RE: [CLOSED] GridPanel Column Wrap

    The easiest option is to just add simple css class to override the default functionality.

    Example

    <style type="text/css">
        #GridPanel1 div.x-grid3-col-Company {
            white-space: normal;
        }
    </style>
    Hope this helps.

    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] How to wrap text in auto expand column in gridpanel?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 12, 2012, 4:15 PM
  2. How we can wrap the listview column content?
    By NishaLijo in forum 1.x Help
    Replies: 0
    Last Post: Mar 27, 2012, 7:42 AM
  3. [CLOSED] gridpanel column wrap is not working
    By majestic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 26, 2011, 2:58 PM
  4. [CLOSED] GridPanel Row Height and Wrap plus Column width
    By sadaf in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 13, 2010, 12:48 PM
  5. [CLOSED] In gridpanel can the header wrap?
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 21, 2010, 5:20 PM

Posting Permissions