ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: supriya.khamesra on December 20, 2017, 10:55:28 pm

Title: Roll out sum on group summary rows
Post by: supriya.khamesra on December 20, 2017, 10:55:28 pm
Hi,

I am using free PQgrid and I want to show the sum of the rows to get roll out to the group summary rows. As suggested in the example on the link https://paramquery.com/pro/demos40/group_rows . I have used groupModel.summaryInTitleRow  and set its value as 'all' but not getting the sum to roll out. I am getting the sum at the end of each group. The group model I am using is the same as below.
var groupModel = {
            on: true,
            summaryInTitleRow: 'all', //to display summary in the title row.
            dataIndx: ['ShipCountry', 'ContactName'],
            title: [
                "{0} ({1})",
                "{0} - {1}"
            ]
   
 please help me in resolving the issue as it is the primary requirement.
Title: Re: Roll out sum on group summary rows
Post by: paramvir on December 20, 2017, 11:08:02 pm
groupModel.summaryInTitleRow is a Pro only feature.
Title: Re: Roll out sum on group summary rows
Post by: supriya.khamesra on December 20, 2017, 11:27:01 pm
To accomplish  roll out of sum to group row need to use pro version.