I have a Silverlight MVVM (light toolkit) application with a modal dialog (ChildWindow).
What is the best way to bind data to the modal dialog, and by OK save that or by Cancel make a rollback?
I have a Silverlight MVVM (light toolkit) application with a modal dialog (ChildWindow).
What is the best way to bind data to the modal dialog, and by OK save that or by Cancel make a rollback?
Check out this answer here, which addresses the same issue. Seems to be very helpful and I have used it myself in the past.