[CLOSED] How to set a gridpanel row height

  1. #1

    [CLOSED] How to set a gridpanel row height

    Hello,

    I have a column grid that have HTML tags such as <br> and when it shows in gridpanel the height is too big, I'd like to adjust the row height or cell to solve this problem.

    Could you help me with an example?

    Thanks in advance.

    Oliver
    Last edited by geoffrey.mcgill; Jan 08, 2015 at 11:43 PM. Reason: [CLOSED]
  2. #2
    Hello,

    I found a solution in the link http://stackoverflow.com/questions/1...ght-in-extjs-4

        <style type="text/css">
            .x-grid-cell-inner
            {
                overflow: hidden;
                padding: 3px 6px;
                white-space: nowrap;
                height: 20px;
            }
        </style>
    Please, mark as closed

Similar Threads

  1. [CLOSED] About gridpanel height with BufferedRenderer
    By CPA1158139 in forum 3.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 06, 2015, 1:17 PM
  2. Replies: 2
    Last Post: Apr 15, 2013, 7:46 AM
  3. GridPanel Autoincrease row height
    By Rupesh in forum 1.x Help
    Replies: 0
    Last Post: May 04, 2012, 9:01 AM
  4. Replies: 1
    Last Post: May 14, 2011, 10:51 AM
  5. [CLOSED] Height of a gridpanel
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 30, 2010, 9:57 AM

Tags for this Thread

Posting Permissions