Intersoft Support Center

Enable VirtualLoad Paging

This walkthrough shows you how to specify Virtual Load to WebGrid.

During this walkthrough, you will learn how to do the following:

  • Bind WebGrid to AccessDatasource.
  • Specify a VirtualLoad feature in a grid to increase the productivity and performance.

 Prerequisites

In order to complete this walkthrough, you will need the following:

  • Access to the Microsoft Access Northwind database.
  • Visual Studio 2005/2008/2010 Application.

 Step-By-Step Instructions

To create new web application and specify Virtual Load in WebGrid.

  1. Bind WebGrid to AccessDataSource.
  2. Open WebGrid Designer.
  3. Select PopularSettings.
  4. Set the PagingMode property to VirtualLoad.
  5. Set the VirtualLoadMode property to Default.
  6. Set the VirtualPageSize property to specify the number of rows to retrieve.

    VloadDesigner

  7. Click OK to close the window.
Previous Next