This is a migrated thread and some comments may be shown as answers.

PRISM RaisePropertyChanged

0 Answers 228 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 10 Apr 2012, 04:41 AM
Hi
I'm using prism and MVVM architecture for my WPF application and I have a problem with RaisePropertyChanged,I have a gridview in my view that its itemsource is binded to an ObservableCollection named AllOrderProducts in my viewmodel,the problem is that when I change AllOrderProducts and i use this.RaisePropertyChanged(() => this.AllOrderProducts);
 in doesn't refresh the gridview in my view, and I have this problem with other fields or properties in my viewmodel when I use RaisePropertyChanged


can anyone help me with this problem plzz????

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
M
Top achievements
Rank 1
Share this question
or