Last column cut off at PDF export when ShowGrandTotals = false

I'm using a pivot grid control having ShowGrandTotals set to false. When I try to export the pivot grid as described here the last column is cut off and not displayed in the exported PDF file. 
Am I missing something or is this a bug?

3 Replies

DV Duraimurugan Vedagiri Syncfusion Team May 6, 2020 08:08 AM UTC

Hi Harald,

Thanks for using syncfusion products.

We have analyzed the reported issue "The last column of PivotGrid was not displayed in exported PDF file" but we are unable to reproduce at our end.

Here is the sample and video that works as expected.

https://www.syncfusion.com/downloads/support/forum/153964/ze/Pivot-1407061021.zip  

If our replication procedure is different from your actual requirement, kindly modify our attached sample into issue reproducible. It would be helpful for us to provide the solution as soon as possible.

Regards,
Durai



HA Harald May 6, 2020 10:30 AM UTC

Hi Durai,

thanks for fast response and for providing the example.
I could now reproduce the error also with your provided project. All I did was adding another PivotComputationInfo.
For that I added the property "NetAmount" to the model and added it like this to the xaml:

<syncfusion:PivotGridControl.PivotCalculations>
<syncfusion:PivotComputationInfo CalculationName = "Total" Description = "Summation of values" FieldName = "Amount" Format = "C" SummaryType="DoubleTotalSum"/>
<syncfusion:PivotComputationInfo CalculationName = "Total" Description = "Summation of values" FieldName = "Quantity" Format = "#,##0"/>
<syncfusion:PivotComputationInfo CalculationName = "Total" Description = "Summation of values" FieldName = "NetAmount" Format = "C" SummaryType="DoubleTotalSum"/>
</syncfusion:PivotGridControl.PivotCalculations>

So it looks like with two columns everything works fine. But when using more columns the last column is not added to the PDF (only for the last group - in this example United States).


DV Duraimurugan Vedagiri Syncfusion Team May 7, 2020 04:12 PM UTC

Hi Harald,

Thanks for your update.

We have checked the reported requirement "Last column of the PivotGrid was not shown in exported PDF format file when ShowGrandTotals is false" and confirmed it as a defect. We have logged a defect report on this, and we will include this into our upcoming main release which will be roll out by end of june.

You can track the status through the following feedback link:

https://www.syncfusion.com/feedback/14162/last-column-of-the-pivotgrid-was-not-shown-in-exported-pdf-format-file-when

Please let us know if you need any further assistance.

Regards,
Durai

Loader.
Up arrow icon