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

INotifyPropertyChanged not raised

1 Answer 65 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 10 Oct 2013, 10:55 PM
Hi!

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

Sort by
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 >>
Tags
GridView
Asked by
Manuel
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or