0

I want my UI that is basically purely built on data-binding to refresh when I call ClearChange() or Refresh(RefreshMode.OverwriteChangesFromStore,obj). However it looks like the backing fields are used directly by DataAccess instead of the properties they are backing as the setters are not accessed yet the object's properties do indeed get reverted back.

Is there a way to tell DataAccess to use the properties instead so PropertyChanged is called within the setter?

Possibly any other solution? Nothing efficient comes to my mind

pikausp
  • 1,142
  • 11
  • 31
  • Here you could subscribe to the context tracking mechanism and provide your own logic to handle this scenario. http://docs.telerik.com/data-access/feature-reference/api/context-api/feature-ref-api-context-api-tracking-context-changes – Damyan Bogoev Sep 29 '15 at 12:43
  • Sadly I don't see a way how to handle the ClearChanges being called, unless I missed something? – pikausp Sep 29 '15 at 13:54
  • @DamyanBogoev any idea? – pikausp Sep 29 '15 at 20:09

0 Answers0