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 improve WebGrid's performance.
To disable WebGrid's data caching
- Click on the WebGrid's instance.
- Then press F4 to show the WebGrid's properties.
- Set AllowAutoDataCaching to False.
To VirtualLoad as PagingMode
- Click on the WebGrid's instance.
- Then press F4 to show the WebGrid's properties - LayoutSettings.
- Set PagingMode to VirtualLoad.
To disable ViewStateStorage
- Click on the WebGrid's instance.
- Then press F4 to show the WebGrid's properties.
- Set ViewStateStorage to None.
Other Resources
Walkthrough Topics
How-to Topics