I'm using 11.2 and a simple wdg with manual CRUD and ajax = true. DataviewState = false. I am setting the DataKeyField on the wdg to the single unique column of the datasource. The wdg is bound to an IList. All Insert, Update, and Delete operations are enabled and working via ajax server side. When the user clicks on Save the IList is persisted to the database and a full page refresh occurs.
The problem is after a successful row add if the user changes that row before a full postback occurs I get the asynch error: Missing Record Exception. I am clearing the data source and rebinding to the IList after each update, insert, and delete operation.
I'd appreciate any assistance with this error.
Steve
Hello Steve,Please take a look at the following forum thread when the same error is discussed http://blogs.infragistics.com/forums/t/47016.aspx and the following thread where the user resolved similaqr issue by himself http://blogs.infragistics.com/forums/t/51608.aspx.
It seems this was DE (developer error). In the load page event I was mistakenly rebinding to the original iList and the update threw an exception because it couldn't find the original record. Go figure...
Thanks for the prompt response..
Hello Steve,Please verify that the issue is resolved.
It's resolved. Thanks