using WPF/C#/Entity Framework. I have a DataGrid.ItemsSource bound to some ObservableCollection. Now, I add a new item to the collection but DataGrid doesn’t refresh. I call PropertyChanged as well as view.Refresh() but nothing works. Please help me.
using WPF/C#/Entity Framework. I have a DataGrid.ItemsSource bound to some ObservableCollection . Now, I
Share
I think the command you are looking for is
Datagrid.Items.Refresh()