Intersoft Support Center

Use WebInput as Editing Control

This walkthrough shows you that WebGrid can be integrated with WebInput as a custom editor. This integration can be specified using WebGrid Designer or programmatically in runtime.

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

  • Bind WebGrid by using AccessDatasource.
  • Configuring the WebGrid designer to include the WebInput into WebGrid.

 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 integrate WebInput into WebGrid.

  1. Bind WebGrid to AccessDataSource.
  2. Drag a WebInput instance to the webform.
  3. Open WebGrid Designer then choose an appropriate column you want to include the WebInput control into.
  4. Set the Edit Control Type to WebInput then choose the WebInput instance.

    WIDesigner
Previous Next