ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rsgmedia on July 13, 2017, 03:22:06 pm

Title: group model Summary row showing the sum no of rows only viewed as in pagemodel
Post by: rsgmedia on July 13, 2017, 03:22:06 pm
Hi pqgrid team,

I Use group model like you use in this link: https://paramquery.com/pro/demos/group_rows  (https://paramquery.com/pro/demos/group_rows)

But I also used pageModel and set rPP as 10, now if a country has 16 rows (like Argentina in the above example) when we collapse the rows it is showing the summary of only ten rows in the first page on the next page it is showing the summary of remaining 6 rows. what I want is to get the summary of all 16 rows while collapsing, with out removing the pageModel.

thanks
rsgmedia
Title: Re: group model Summary row showing the sum no of rows only viewed as in pagemodel
Post by: paramvir on July 13, 2017, 06:13:17 pm
That's by design.

grouping takes place independently for each individual page and hidden records ( collapsed rows ) are counted in records per page.