Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9002193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:32:15+00:00 2026-06-16T00:32:15+00:00

I´m working on an auditing results view. The view consists basically on a grid

  • 0

I´m working on an auditing results view. The view consists basically on a grid where user can see who changed which values, when he/she did it, from what ip address, etc.

enter image description here

The point is that I want to group records by ‘changeset’ field (a GUID field existing in the model which is useful to know that a set of changes were performed as part of one bigger operation) and display in the group header a little summary about the changeset.

For example, I would like to show: “Date: 12/12/2012 15:04:32 – User: ontivero – Updated subscription details”.

The first problem that I have is ‘User’ (or ‘Changed By’) is not available for the groupHeaderTpl template and the second problem is the grouped rows or records are not available neither. I need the rows because I have to analyse them in order to be able to display a more useful information.

Summarizing, the question should be: how can i have access to the grouped rows to use them in the groupHeaderTpl template?

I have read the documentation (http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.feature.Grouping) but the ‘children’ property doesn´t work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:32:15+00:00Added an answer on June 16, 2026 at 12:32 am

    I found the answer digging deeper in the documentation (see the comments there): http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.feature.Grouping-cfg-groupHeaderTpl

    The key is to specify IDs for the columns asn that´s all.

    var groupingFeature = Ext.create('Ext.grid.feature.Grouping',{
            groupHeaderTpl: '{[values.rows[0].columnId]}'
    });
    
    
    Ext.create('Ext.grid.Panel', {
        columns: [{
            id:'columnId',
            dataIndex: 'testData'
        }],
        features: [groupingFeature]
        ...
    }); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a public site which will use DB backed user sessions keyed
Working with an undisclosed API, I found a function that can set the number
While working on an auditing project I came across different problems regarding software and
I am working on a web application that has strict security and auditing requirements
Am working on an project in which I made an app core it will
Working on an application where we would like the user to be able to
Working with Java Spring, how can I overwrite the default behavior of the property-placeholders
I am working on a very large PHP codebase (mostly procedural) which has been
I'm working on a .net application that will be used for auditing the configuration
I was auditing Stanford cs107 and unable to get the assignment files (which could

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.