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

Rows

The ASP.NET MVC VerticalGrid extension is designed to display and edit tabular information. Data sources present this information using data fields and records. In the VerticalGrid, data fields are represented by rows and records, and are displayed as columns.

There are three types of rows.

  • Data Rows

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

  • Command Row

    Command rows allow end-users to switch the VerticalGrid to the batch edit mode, update data, select data rows, etc.

  • Category Rows

    Category rows are used to contain other (child) rows, and therefore help you organize grid rows in logical groups (categories).

Concepts