Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
MissingRecordException: Requested Record cannot be found by key
posted

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