Anyone? Am I missing something really simple?
Lets look at what I'm trying to do and then maybe someone can help.
I'm using push notification to get the identity of an entity changed by another user (from the save interceptor).
So I thought that using the RefetchEntityAsync ('cos I'm using Silverlight) would be the right option.
What I'm seeing is the field change after the refetch but the customer name in my datagrid still reflects the previous customer name (I'm using an ObservableCollection and raising the property changed event as expected).
But now what would I do if the entity coming in was a new one?
Edited by GeorgeB - 15-Nov-2010 at 10:59am