In a WPF project we are using the MVVM pattern with EDM. I have a screen with one button name as template and a ComboBox. When I click on the template button, it will open a popup screen and select a template from a TreeView. I want the selected child node to be bound to the original ComboBox.
How to do? I am new to MVVM. Can any one guide in that?