Skip to main content

Rows

The ASPxVerticalGrid control is designed to display and edit tabular information. In ASPxVerticalGrid, data fields are represented as rows and data records (that are displayed as records in the grid).

There are two types of rows.

  • Data Rows

    Rows are used to display and edit data. There are fifteen types of rows used to display and edit various types of data (e.g., string, Boolean, DateTime, memo data).

  • Command Rows

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

Concepts