Display grand total row on the top of the pivot view

Hi,

as stated in the thread title, I was searching for an easy option/setting to display grand total row as the first row of the table, but couldn't find one. 
We have a long expanded pivot view/grid and it would be convenient to have a grand total row display as a first row.

Thank you,
Jamal

2 Replies

SN Sivamathi Natarajan Syncfusion Team October 1, 2020 02:07 PM UTC

Hi Jamal, 
 
Thanks for contacting Syncfusion support. 
 
We have logged your requirement – “Provision to display grand total at first” as a feature task in our database and it will be available in any one of our upcoming release. You can track the task in the following link. 
 
 
Please let us know if you have concern. 
 
Regards, 
Sivamathi.


MM Manikandan Murugesan Syncfusion Team December 20, 2021 04:53 PM UTC

Hi Jamal, 

 
We are glad to announce that our Essential Studio 2021 Volume 4 Main Release V19.4.0.38 is rolled out and we have provided support Provision to display grand total at first. Kindly refer to the following code example and sample to display grand totals at first. 

 
Code Example: 
    this.dataSourceSettings = { 
      grandTotalsPosition: 'Top', 
    }; 
  } 
  

 

 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 

 
Regards, 
Manikandan 


Loader.
Up arrow icon