The GridControl uses a View to represent data from a data source. A View specifies the layout of data fields and records, provides multiple options and numerous settings that control the availability of individual data management capabilities (e.g. sorting. grouping, editing) and the appearance of grid elements.
The GridControl provides three types of views.
-
Table View (Default View)
A Table View represents data in a two-dimensional table. Data source fields are represented by grid columns. Data records are represented by data rows.

-
Card View
A Card View represents data as cards. Data records are represented by cards. A card arranges data source fields vertically in a single column.

-
TreeList View
A TreeList View is designed to display information in a tree from hierarchical data structures. Data records are represented by nodes.
