View-Data Controller Class Diagram
A data controller manages data flow between a grid View and a data store so they are always in sync. It abstracts and encapsulates all access to the data store on behalf of the View.
Data controllers are structured based on the Data Loading Mode
The following class diagram shows the relationship of grid Views and corresponding data controllers.
See Also