Successful Update Giving Error Message

Hello,

When submitting an update via a generated edit page for a detail data grid in a master/detail data grid I receive an error message in the application and the output pane reads:

dotnet: info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.SerializableError'.

Despite the error message in the application and output pane, the update is made to the table. Submitting the change does not close the edit page to take you back to the original page, but if you cancel out and reload the master/detail grid you can see the update was successful. I have also tested the SQL code generated by Radzen manually and it runs without error.

This error occurred after I added a column to the table and inferred the schema again. Prior to adding the column, everything had been functioning properly.

Any help is appreciated, thank you.

Zach

Hi @Zach.E,

You can run the application with Visual Studio to check the actual exception.