89.01 Master detail at UI controls level (Manuscript) (Wpf) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

  • Note:
    • It does not matter which UI controls to use for master (combo, search dialog or autocomplete) and which UI controls to use for detail (combo, search dialog or autocomplete). The result will be the same.

Here is how to test the functionality of a master-detail

  • At first
    • navigate to "Country (O2m)" form
    • Apply filter "Country Name" = "unit"
    • Select "Detail View" = "LitDialectView"
    • In the master panel select "United state"
    • Detail panel is shown on the slide

picture

  • At second
    • In the master panel select "United Kingdom"
    • Detail panel is shown on the slide

picture

  • At third
    • navigate to "Manuscript (lform)" form
    • Open "Modify Item" dialog
    • With "Dialect country"-control select "United state"
    • Expand "Dialect name"-combo
    • The result is shown on the slide

picture

  • At fourth
    • With "Dialect country"-control select "United Kingdom"
    • Expand "Dialect name"-combo
    • The result is shown on the slide

picture