Hi everyone,
In case if anyone else was trying to achieve this, I basically got my items to implement the INotifyPropertyChanged interface, and threw PropertyChanged events on the various properties that need to be updated. The UpdateSourceTrigger also needed to be set to PropertyChanged in the binding expressions.
Cheers!
In case if anyone else was trying to achieve this, I basically got my items to implement the INotifyPropertyChanged interface, and threw PropertyChanged events on the various properties that need to be updated. The UpdateSourceTrigger also needed to be set to PropertyChanged in the binding expressions.
Cheers!