About VerticalGrid and VerticalGridElement components

VerticalGrid components allow data to be displayed and maintained in a tabular format, somewhat similar to a Grid component. The primary difference between the Grid component and the VerticalGrid component is in the way the data is displayed: A standard grid component typically displays a header row that acts as labels for each of the columns, where each record displays in a row, and the associated data for each record displays in the cells of each column. In a VerticalGrid component, there are only two columns: The "header row" labels display in the left and the data associated with each label displays in the corresponding cell of the right column. So, in a sense, the data for each record displays as series of name-value pairs.

Example

Regular Grid component:

The same data displayed in a VerticalGrid component: