Hi,
I am developing windows application by using MVVM pattern.
I have RowDetailsTemplete. In the templete, i have button.click event fired on this button.
Click event opens a new pop up, user selects a value from that pop-up.
Now I need to bind data came from pop-up to textbox present in RowDetailsTemplete.
Pleasev help me how we can pass the data from Another view to RowDetails Templete using MVVM pattern.