My grid is bound to my domaindatasource. I can cancel changes with
customerDomainDataSource.RejectChanges();
but customerDomainDataSource.SubmitChanges(); gives a 4004 error.
That is the syntax I used with the silverlight datagrid. What syntax do you use?
Forget about this, there was some kind of data issue, which is now resolved. Beats me what it was.
How would you trap for this kind of error? Using try did not help.
Hi,
I'm assuming the issue was a data issue was with Ria?
A Try/Catch wouldn't work b/c it does everything async.
However, I believe the LoadedData event of the DomainDataSource will give you any exceptions that were thrown while retrieving.
-SteveZ