Hi,
I am learning MVVM using sample created by Josh Smith at http://msdn.microsoft.com/en-us/magazine/dd419663.aspx I wanted to add a functionality of update in the existing code,
Like when user sees data on the Grid of 'All Customers' user can edit particular record by double clicking it, double click will open up new tab (same view/viewmodel that is used for new customer). I don't have any idea how to do it, do i have to call it through mainwindowviewmodel or there is some other way.
Thank You All and Happy Programming
GAurav Joshi