This question is locked. New answers and comments are not allowed.
Hello,
I´m using QueryableDomainServiceCollectionView to make DomainDataSource with MVVM support.
When I call view.CancelNew the operations to change page return true but the collection doens´t change.
The SubmitChanges causes an error too, I don´t know the error because I don´t have an InnerException, the only message is: Submit error is not handled!
After inspecting, the HasChanges property is true and it should be false. If I call RejectChanges everything works again, but I can loose all the other changes, just the new added item. How can I solve it?
Thanks.
I´m using QueryableDomainServiceCollectionView to make DomainDataSource with MVVM support.
When I call view.CancelNew the operations to change page return true but the collection doens´t change.
The SubmitChanges causes an error too, I don´t know the error because I don´t have an InnerException, the only message is: Submit error is not handled!
After inspecting, the HasChanges property is true and it should be false. If I call RejectChanges everything works again, but I can loose all the other changes, just the new added item. How can I solve it?
Thanks.