Extensibility through iDataPresenter
One indisputable fact about business data and information … different data presentation
gives different meaning and perception. For example: an Order table when visualized
in tabular grid data offers a thorough order in details within specific period.
When viewed in graphical chart presentation, it gives a quick overview of a periodic
sales trend.
Inspired by this objective, Presenter is enhanced with highly extensible view capability,
enabling developers to easily plug-in their custom-made view into Presenter Manager
easily. By simply inheriting IDataPresenter interface and pass all required information,
Data Presenter Manager will automatically provide all required information to your
custom-view. It will be integrated into Presenter Manager and shares the same rich
data interaction experience as in any built-in views. Data paging, sorting, and
filtering will be enabled automatically.