I have a search results grid, when selected any row they should be able to edit the selected item. When clicked on edit, I want to load other user control(this control has its own view model) with selected item details in the same view. Using event aggregator to pass info to view model.
How to load the user controls dynamic?