WebGrid lets you customize data in flexible ways through the available column types such as Image, CheckBox, and more. In addition, it also supports built-in value list with multiple values capability.
This topic contains the following sections:
Column Types
WebGrid provides predefined column type such as CheckBox, Image, ImageAndText and so on, which is most commonly used. For greater level of customization, WebGridColumn contents can also be customized to display rich HTML-based contents by setting its ColumnType to Custom.
For more information, see Column Types Overview.
Value List
WebGridColumn also provides the mechanism for value to text translation through ValueList property. You can now easily display different data instead of its value that is more readable and useful by assigning the ValueList property with WebValueList object that has been properly constructed.
To use ValueList, simply set the provided ValueList property. Several properties in the ValueList need to be configured as well such as, DataSourceID, DataTextField, DataValueField. Furthermore, WebGrid also supports multiple values and sorting when used together with ValueList.
For more information, see Value List Overview.
Getting Started
Getting Started
Overview
WebGrid Features Overview
Other Resources
Walkthrough Topics
How-to Topics