Skip to main content

View-ViewData Class Diagram

A ViewData class acts as an adapter between a data controller and a grid View. All data to be displayed in the current View is accumulated in the ViewData. The ViewData’s logic transforms the data obtained from the data controller into formats specific for the given View.

The following class diagram shows the relationship of grid Views and corresponding ViewData classes.

View Data Class Diagram

See Also