Articles in this section
Category / Section

How to increase the Pivot Grid performance

1 min read

We would like to suggest you to set the below property to improve the performance of pivotgrid.

  1. Set AutoSizeOption of the pivotgrid to None.

C#

this.pivotGrid1.AutoSizeOption = Syncfusion.Windows.Controls.PivotGrid.GridAutoSizeOption.None;

 

  1. Set EnableOnDemandCalculations property of the PivotEngine to true.

C#

this.pivotGrid1.PivotEngine.EnableOnDemandCalculations = true;

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied