Hi Stefano,
From the provided information it appears that in your controller method you attach an entity in order to update it. Unfortunately the issue that you are experiencing is caused by a known bug on our side that concerns attaching entities for update that have contain
PersistentReadOnly properties.
For the time being, you could manually update entities which contain
PersistentReadOnly properties. You could do that by getting the object that needs updating from the database by its primary key available in the
DTO and then manually synchronize the properties of this entity.
If you need any further assistance, please let us know.
Regards,
Boyan
Telerik
OpenAccess ORM is now
Telerik Data Access. For more information on the new names, please, check out the
Telerik Product Map.