Skip to main content

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

    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

    Command columns allow users to switch ASPxGridView to an edit mode, update data, select data rows, and more.

  • Bands

    Band columns contain other (child) columns that allow you to organize grid columns in logical groups (bands).

Concepts

Member Table

Task-Based Help