Customizing Header Group Style

  1. #1

    Customizing Header Group Style

    Hi,

    I was just trying to customize the Grid Header Group Column, unfortunately I was not able do it.

    As you can see in the attachment I was able to successfully customize the Header but not able to do the same for Group Header Row/Column. Below is my style code.

    In ".ux-grid-hd-group-row-0" I have set the font color red which is working, but the background color isn't work as expected.

    Also, Please advise me how to set style on hover also. I tried in all possible ways.

            .ux-grid-hd-group-row-0 {
                color: Red !important;
                background-color: blue;
                line-height:15px;
                vertical-align:middle;
                border-left: 0px solid #CCCCCC;
                border-right: 1px solid #CCCCCC;
            }
    
            .x-grid3-hd-row td {
                background-color: #000000;
                color: #FFFFFF;
                line-height:15px;
                vertical-align:middle;
                border-left: 0px solid #CCCCCC;
                border-right: 1px solid #CCCCCC;
            }
    Quick response much appreciated. :-(
    Attached Thumbnails Click image for larger version. 

Name:	GridHeader.png 
Views:	190 
Size:	22.0 KB 
ID:	2528  
  2. #2
    Hi,

    Please set
    td.ux-grid-hd-group-row-0 {
        background : none;
    }
  3. #3
    OMG.....Great!

    It worked....Thanks Daniil....
  4. #4
    Glad to help.

    By the way, please post technical support questions on the Help forum only.
  5. #5
    Oops...Sorry, Next time I will be more cautious..Also, please mark this as solved!

Similar Threads

  1. [CLOSED] Column header text style
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 03, 2011, 10:03 AM
  2. Header Group in Grid Panel
    By Rakeshkumar.a in forum 1.x Help
    Replies: 1
    Last Post: Dec 21, 2010, 9:59 AM
  3. Gridpanel + Group Header plugin
    By Birgit in forum 1.x Help
    Replies: 2
    Last Post: Nov 11, 2010, 9:31 AM
  4. Header Style Bold
    By simonmicheal in forum 1.x Help
    Replies: 0
    Last Post: Aug 19, 2009, 1:12 PM
  5. ContextMenu on GridPanel Group header
    By Cester in forum 1.x Help
    Replies: 0
    Last Post: Apr 21, 2009, 9:12 AM

Posting Permissions