Back to Devexpress

Columns

aspnet-16149-aspnet-mvc-extensions-grid-view-concepts-data-representation-basics-columns.md

latest1.4 KB
Original Source

Columns

  • Aug 01, 2019

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

There are three types of columns.

Concepts