Styling grouping GridPanel - Bug?

  1. #1

    Styling grouping GridPanel - Bug?

    ILo.
    I'm trying to style a grid panel and i'm stuck with the grouping header.
    As you can see in the attachment, the header text is inside a div with no id/css class. Therefore I can't redefine color/background-color and so..
    Is this a bug, or am I completely lost here :(
  2. #2

    RE: Styling grouping GridPanel - Bug?

    Hi Rod,

    I have not tested the following code to confim it actually works, but given information from your screen capture, you should be able to use the following css class.

    Example

    .x-grid-croup-hd div {
      background-color: purple;
      color: yellow !important;
    }
    Hope this helps.

    Geoffrey McGill
    Founder
  3. #3

    RE: Styling grouping GridPanel - Bug?

    You got weird tastes geoff, it looks awful :p
    .x-grid-group-hd div {
      background-color: purple;
      color: yellow !important;
    }</PRE>
    I corrected the class name, but ty :)</PRE></PRE>

Similar Threads

  1. Styling Grid Commands
    By Summ0ner in forum 1.x Help
    Replies: 1
    Last Post: Feb 02, 2010, 2:40 PM
  2. Styling the UI
    By LucJ in forum Open Discussions
    Replies: 2
    Last Post: Dec 09, 2009, 3:52 AM
  3. What about styling the UI ?
    By LucJ in forum 1.x Help
    Replies: 0
    Last Post: Dec 04, 2009, 4:14 AM
  4. [CLOSED] Remote grouping or grouping summary for GridPanel
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 08, 2009, 10:23 PM
  5. [CLOSED] Custom styling and formatting per cell in GridPanel
    By jchau in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 24, 2009, 7:52 AM

Posting Permissions