[CLOSED] How to wrap text in auto expand column in gridpanel?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How to wrap text in auto expand column in gridpanel?

    Hi,

    I want to wrap text in the cell at auto expand column in grid panel. According to solution at
    http://www.sencha.com/learn/grid-faq...grid_column.3F
    I can implement for fixed width column, in my case the grid panel shows only Id and comments for that Id, so auto expand column is comments column. I can't make the comments column as fixed width column. The css I have implemented as below

    
    td.x-grid3-td-IdCmt 
            {
                overflow: hidden;
            }
            td.x-grid3-td-IdCmt div.x-grid3-cell-inner 
            {
                font-family: "segoe ui" ,tahoma, arial, sans-serif;
                white-space: normal;
            }
    Last edited by Daniil; Apr 16, 2012 at 11:46 AM. Reason: [CLOSED]

Similar Threads

  1. [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
  2. [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
  3. Help Needed with auto expand column
    By pooja in forum 1.x Help
    Replies: 2
    Last Post: Nov 25, 2010, 8:26 AM
  4. wrap Text in GridPanel
    By sachin.munot in forum 1.x Help
    Replies: 2
    Last Post: Nov 07, 2009, 12:13 AM
  5. [CLOSED] GridPanel Column Wrap
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 03, 2009, 6:15 PM

Tags for this Thread

Posting Permissions