Hi everybody!
I 'm running currently into a situation for which i cannot find a solution:
In a WPF application i 'm opening several user controls in a tabcontrol. So every tabitem has different things loaded(e.g. customer,supplier, article, warehouse,...).
In the customer tabitem i want to delete the selected customer, so i want a pop up to show up with a confirmation "do you want to delete the customer?" which is MODAL to THIS tabitem, letting the user the possibility to select another tabitem eg. the supplier. The user can select the supplier tabitem where she can do whatever she wants,... but coming back to the customer tabitem she still sees the dialog box.
How can this be implemented using MVVM techniques?
Thanks in advance