Author Topic: pqGrid("getData") not exporting the the summary rows( using groupModel )  (Read 1981 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: pqGrid("getData") not exporting the the summary rows( using groupModel )
« Reply #1 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
« Last Edit: February 01, 2017, 03:41:54 pm by paramquery »