Posted
on Aug 17, 2011
(permalink)
Anyway, I was in a rush to solve it so I did it in a quick and dirty way.
I addeda Grid_Loaded event handler to the Grid and inside I assigned the view model (DataContext)'s property to the Grid as DataContext. This way, every time the user open an appointment dialog window, I get to update the view model of it.
Just to put it down here. All feedbacks are welcome.