Intersoft WebGrid Documentation
Walkthrough: Adding RowChecker column in WebGrid
See Also Send comments on this topic.

Glossary Item Box

This walkthrough shows you how to Add RowChecker column in WebGrid.

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

 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 set row checker using designer.

  1. Bind WebGrid to AccessDataSource.
  2. Set WebGrid's properties AllowEdit to true.
  3. Right click on WebGrid and click on WebGrid.Net Designer.
  4. Go to Popular Settings >> See all properties.
  5. Set PersistRowChecker to True.
  6. Go to Advanced tab - RootTable - Columns
  7. Click Add (to add a new column).
  8. Set focus to Layout expandable panel, checked "Is row checker column" checkbox.
  9. Click Apply and OK
  10. The picture will look like the following.



  11. Finally, compile the project by pressing Ctrl+Shift+B and run the WebForm.

    The WebForm will look like the following snapshot:

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.