I am binding a DataServiceCollection to Silverlight controls using PagedCollectionView. It seems that a record is marked as edited if the User simply sets the focus in and out of certain controls like DatePicker. How can this behavior be intercepted/overridden so only actual changes are sent back to the server for saving?
I am binding a DataServiceCollection to Silverlight controls using PagedCollectionView. It seems that a
Share
Its in the Reference.cs file thats autogenerated when you add the Service Reference.
Look at any of the setters and you’ll see that the value is pushed straight in without a check like
I wish they’d change it.