Hi Olman,
Thanks for contacting Syncfusion support.
We recommending to using “Paging” option to overcome the performance problem for large data. Please refer below code snippet.
Code Snippet: [aspx]
<ej:PivotGrid ID="PivotGrid1" EnablePaging="true" runat="server" ClientIDMode="Static"> <DataSource> //... <PagerOptions CategoricalPageSize="5" SeriesPageSize="5" CategoricalCurrentPage="1" SeriesCurrentPage="1" /> </DataSource> </ej:PivotGrid> <ej:PivotPager ID="PivotPager1" runat="server" Mode="Both" TargetControlID="PivotGrid1"></ej:PivotPager> |
Please refer the below documentation for more details about “Paging”.
If still the problem exists, kindly send your dummy datasource to us with replicating the problem. It would be helpful for us to analyze the problem at our end.
Thanks,
Manikandan.