Synchronized data drilling
Data drilling is a unique feature for presenting hierarchical data intuitively in
a drill-down style user interface. The synchronized data drilling lets users drill
down data while simultaneously maintaining the drill down state as users perform
data operations and view switching. To get the child data, simply connect it to
AstoriaDataSource or WcfDataSource, and then handle the data fetching implementation
accordingly.
Hybrid data drilling
Only Presenter has hybrid data drilling, a breakthrough feature that lets you displays
child data in different presenter views. For example, you can display the root data
with an IconPresenter, and then use GridPresenter for the second child data and
so on. Thanks to Presenter’s rock solid architecture – you can also create your
own custom view and consume it to display child data.