Columns
The ASPxGridView control allows you to display and edit tabular information. Data sources use data fields and records to show this information. In the grid, data fields are columns and records are data rows.
There are three types of columns.
-
Data columns are used to display and edit data. There are fifteen types of data columns used to display and edit various types of data (for example, string, Boolean, DateTime, and memo data).
-
Command columns allow users to switch ASPxGridView to an edit mode, update data, select data rows, and more.
-
Band columns contain other (child) columns that allow you to organize grid columns in logical groups (bands).
Concepts
- Data Columns
- Command Columns
- Bands
- Unbound Columns
- Fixed Columns
- Accessing Columns
- Creating Columns and Binding Them to Data Fields
- Move Columns
- Resize Columns