Articles in this section
Category / Section

How to increase the performance of PivotGrid when adding columns

1 min read

This behavior might occur while adding the PivotColumns. This is due to resizing done for each columns and rows in the PivotGridControl. To avoid this behavior we suggest you to set the AutoSizeOption to “None”, where “All” is the default value.

C#

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

 

 

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