EF EntityObject not updating databindings of relationships
问题 I'm using EntityFramework, WPF and MVVM in my application and got some problems with updating the databinding of relationships between EntityObjects. I was able to downsize my problem to only a few lines of XAML and I hope someone can help me as I'm still not very confident with EF and MVVM. Anyway, here we go with the simplified XAML: <DatePicker Grid.Row="2" Grid.Column="1" SelectedDate="{Binding Path=File.SentDate, StringFormat={}{0:dd/MM/yyyy}, Mode=TwoWay, UpdateSourceTrigger