E
egarcia
Guest
Hello Louis, The error details can be obtained by calling the JSDO.getErrors() API. The error handler code in Kendo UI Builder calls this API and displays the errors on a pop-up notification. A key piece is that there should be a prods:clientId property set for the records in the after-image and the before-image. The values of the properties would look like the following for a new record: prods:clientId:"1495450966828-79" prods:hasErrors:true prods:id:"ttEmployee11337984" prods:rowState:"created" If the prods:clientId is missing, the JSDO would not be able to match the record (and the errors) to your the record in memory. Do you get the prods:clientId property in the response? Does it change based on whether it is a create, update or delete? I hope this helps, Edsel
Continue reading...
Continue reading...