[CLOSED] Display the label for the grouping grid over the entire area

  1. #1

    [CLOSED] Display the label for the grouping grid over the entire area

    Hi Fabrício,
    Do you maybe have an idea how I can display the label for the grouping over the entire area. If I set ".x-group-hd-container" - "overflow:visible" it doesn't work.

    Thanks very much
    Greetings Gidi
    Last edited by fabricio.murta; Jul 08, 2023 at 5:24 PM.
  2. #2
    Hello, Gidi!

    As we discussed in this post it is not currently supported by the ExtJS framework. Perhaps because not many people requested the feature throughout the years.

    We'll take a look to see if there's any reasonably simple way to fix that scenario and post back here.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hi Fabrício,

    i found a solution for me.

    The color #fc6363 is the background-color of the group header.Click image for larger version. 

Name:	ext.jpg 
Views:	47 
Size:	91.5 KB 
ID:	25630

    
    .x-grid-scrollbar-clipper .x-grid-group-title {
        color: #fff !important;
        visibility:visible!important;
        background:none;
    }
    
    .x-grid-scrollbar-clipper-locked .x-grid-group-title {
        color: #fc6363 !important;
        background: url(/extjs/packages/theme_neptune/build/resources/images/grid/group-collapse-png/ext.axd) no-repeat left center;
    }
    Thanks
    Gidi
  4. #4
    Hello again, Gidi!

    Sorry for the really long time to post back an answer here, we simply couldn't find anything better than what you have. Again, because how the locking grid is implemented, it is not possible to overlay the contents of the locked view into the normal one or the other way around using CSS.

    Glad you could find a solution that met your requirements tough, and thanks for sharing the approach that worked for you!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Area chart label
    By RCN in forum 3.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 02, 2015, 9:21 AM
  2. [CLOSED] making text area to display html formated text
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2012, 5:07 PM
  3. Customize Grouping Header Label - How to?
    By Tbaseflug in forum 2.x Help
    Replies: 0
    Last Post: May 16, 2012, 11:28 PM
  4. Replies: 0
    Last Post: Feb 03, 2011, 3:42 PM
  5. [CLOSED] Grouping doesn't group entire grid data...just current page.
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 05, 2010, 2:34 PM

Posting Permissions