Is it possible, that the INotifyPropertyChanged of my business object is not raised after a value in a cell was edit?
Thank you,
Manuel
1 Answer, 1 is accepted
0
Rossen Hristov
Telerik team
answered on 11 Oct 2013, 05:45 AM
Hello,
There are two possible reasons.
1. The setter of your property is not called. You can easily check with the debugger by setting a breakpoint there.
2. In the setter of your property you don't actually raise the PropertyChanged event. You can easily check with the debugger or by reading your source code.
I hope this helps.
Regards,
Rossen Hristov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>