ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: santhosh on March 26, 2018, 08:52:38 am

Title: Grouping is not showing all the rows when I include pageModel
Post by: santhosh on March 26, 2018, 08:52:38 am
When I include pageModel, Grouping of rows shows only the rows in the current grid not all the rows of entire data. Ex: if pageModel include and grid shows 20 records, then grid group the rows only of 20 rows not entire rows from the backend.
Title: Re: Grouping is not showing all the rows when I include pageModel
Post by: paramvir on March 27, 2018, 10:45:51 pm
That's by design to group rows on current page only.

If you want to group all rows, then you have to display all rows in a single page.
Title: Re: Grouping is not showing all the rows when I include pageModel
Post by: santhosh on April 05, 2018, 11:51:57 am
Yes, u are right. I have done the same, Thank you.