You could improve WebGrid's performance by disable WebGrid's data caching, set PagingMode to Virtual Load and set WebGrid's ViewStateStorage to none
This topic will show you how to optimize WebGrid's cache.
To optimize cache
- Click on the WebGrid's instance.
- Then press F4 to show the WebGrid's properties - LayoutSettings.
- Set PagingMode to VirtualLoad.
References
PagingMode Property
ViewStateStorage Property
Other Resources
Walkthrough Topics
How-to Topics