During this walkthrough, you will learn how to do the following:
- Bind WebGrid to AccessDatasource.
- Setting a SliderBar in a grid column using WebGrid Designer.
Prerequisites
In order to complete this walkthrough, you will need the following:
- Visual Studio 2005 Application.
Step-By-Step Instructions
To create new web application and specify SliderBar control in WebGrid
- Bind WebGrid to AccessDataSource.
- Please use Products table instead of Customers table.
- Right click on WebGrid and click on Retrieve Structure to retrieve all columns based on assigned DataSource.
- Go to the WebGrid designer.
- Set WebGrid's properties AllowEdit to true.
- In Advanced, click Edit Control Type to Slider Bar.
References
AllowEdit Property
EditType Property
CustomEditorProperties Property
Other Resources
Walkthrough Topics
How-to Topics