Skip to main content
A newer version of this page is available. .

Columns

The ASPxGridView control is designed to display and edit tabular information. Data sources present this information using data fields and records. In ASPxGridView, data fields are represented as columns and a record is displayed as a data row.

There are three types of columns.

  • Data 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 (e.g. string, Boolean, DateTime, memo data).

  • Command Columns

    Command columns allow end-users to switch ASPxGridView to an edit mode, update data, select data rows, etc.

  • Bands

    Band columns are used to contain other (child) columns and therefore help you organize grid columns in logical groups (bands).

Concepts

Member Table

Task-Based Help