ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rsgmedia on February 01, 2017, 11:51:10 am

Title: pqGrid("getData") not exporting the the summary rows( using groupModel )
Post by: rsgmedia on February 01, 2017, 11:51:10 am
I have applied groupModel on a grid, which has summary rows in between and a grand Summary row at the end of the grid.
I want to export all the grid along with the summary rows in the JSON format using  $( ".selector" ).pqGrid("getData"); but it does not include any summary row.
if  there is any way to get the summary rows. please  reply.
Title: Re: pqGrid("getData") not exporting the the summary rows( using groupModel )
Post by: paramvir on February 01, 2017, 03:14:07 pm
The method name to export data is "exportData". It includes summary and grand summary rows.

https://paramquery.com/pro/api#method-exportData