|
Document View Support
MFC applications are usually designed using the Document-View pattern. This pattern is a variant of the Model View Controller (MVC) pattern. In practice, this refers to the complete separation between data and presentation, enabling the creation of extremely flexible and adaptable components.
Essential Grid provides complete separation betweeen its data and display details. This allows users to easily implement multiple views on the same data, similar to MFC document view applications.
MFC like shared data
|
|
|
|