This is a migrated thread and some comments may be shown as answers.

Paging Load on Demand?

1 Answer 106 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Yohan
Top achievements
Rank 2
Yohan asked on 12 Jan 2014, 07:52 AM
Hello,

I'm using OLAP connection to pivot grid, I have noticed that when i use the paging also Pivot Grid queries for the whole data set and displays the current page, on every page shift it does the same without using the initially retrieved data set or requesting for the current dataset. Its a huge performance hit in my case. is it possible to avoid this?

Regards,
Yohan

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 15 Jan 2014, 03:25 PM
Hi Yohan,

The whole data need to be get in order to be grouped and totals to be calculated. To avoid multiple calls to the server you can enable the data caching of RadGrid by setting EnableCaching="true".

Regards,
Vasil
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
PivotGrid
Asked by
Yohan
Top achievements
Rank 2
Answers by
Vasil
Telerik team
Share this question
or