[CLOSED] checkcolumn checkbox vertical align

  1. #1

    [CLOSED] checkcolumn checkbox vertical align

    I have a gridpanel that contains a checkcolumn and some data is multiline.

    The checkboxs in the checkcolumn are align to top. How can I set the vertical align to middle?

    Click image for larger version. 

Name:	checkbox align.png 
Views:	9 
Size:	1.3 KB 
ID:	7321

    The checkcolumn is defined like this

                                                <ext:CheckColumn ID="Column13" runat="server" Text="TMDCOMPAY" DataIndex="TMDCOMPAY" Flex="2">  
                                                </ext:CheckColumn>
    Last edited by Baidaly; Dec 04, 2013 at 12:28 AM. Reason: [CLOSED]
  2. #2
    Hi @trePjt,

    Please use:
    <style>
        .x-grid-cell-checkcolumn {
            vertical-align: middle;
        }
    </style>
  3. #3
    It's work! Thanks a lot.

    Where can I find the documentation about thee CSS setting of ext component?
    Last edited by trePjt; Dec 04, 2013 at 12:34 AM.
  4. #4
    Quote Originally Posted by trePjt View Post
    Where can I find the documentation about thee CSS setting of ext component?
    Please read this post:
    http://forums.ext.net/showthread.php...ll=1#post84598

Similar Threads

  1. [CLOSED] Problem vertical align indicator icon in checkbox
    By xeo4.it in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 29, 2013, 9:58 AM
  2. [CLOSED] Vertical Align Cells in Grid 2.0
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 05, 2012, 3:51 AM
  3. Label FieldLabel vertical align issue
    By alexot in forum 1.x Help
    Replies: 1
    Last Post: Jan 03, 2012, 1:35 PM
  4. [CLOSED] Label + FieldLabel vertical align inside TableLayout
    By jwf in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 21, 2011, 8:41 AM
  5. [CLOSED] [1.0] GridPanel Column Vertical Align
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 12, 2010, 9:37 AM

Posting Permissions