Intersoft WebGrid Documentation
How-to: Improve performance
See Also Send comments on this topic.

Glossary Item Box

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 

  1. Click on the WebGrid's instance.
  2. Then press F4 to show the WebGrid's properties.
  3. Set AllowAutoDataCaching to False.

To VirtualLoad as PagingMode 

  1. Click on the WebGrid's instance.
  2. Then press F4 to show the WebGrid's properties - LayoutSettings.
  3. Set PagingMode to VirtualLoad.

To disable ViewStateStorage

  1. Click on the WebGrid's instance.
  2. Then press F4 to show the WebGrid's properties.
  3. Set ViewStateStorage to None.

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.