[CLOSED] GridPanel Row Height

  1. #1

    [CLOSED] GridPanel Row Height

    Good Morning
    I need to change the Row Height in a Grid in Code Behind...

    Could someone give me a hint on how to do that ?

    Peter
    Last edited by Daniil; Sep 24, 2015 at 12:33 PM. Reason: [CLOSED]
  2. #2
    Found it ! I'll do it in CSS

    .x-grid-cell-inner {
            overflow: hidden;
            padding: 3px 6px;
            white-space: nowrap;
            height: 26px;
          }

    Please close the Thread...
    Last edited by Daniil; Sep 24, 2015 at 12:33 PM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] How to set a gridpanel row height
    By Oliver in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 08, 2015, 10:50 PM
  2. gridpanel row height problem
    By hakandonmez in forum 2.x Help
    Replies: 1
    Last Post: Apr 16, 2014, 10:16 PM
  3. Replies: 2
    Last Post: Apr 15, 2013, 7:46 AM
  4. Replies: 1
    Last Post: May 14, 2011, 10:51 AM
  5. GridPanel Header Row - Height
    By Markp11 in forum 1.x Help
    Replies: 1
    Last Post: Apr 26, 2011, 11:59 AM

Posting Permissions