Using DotNet 7 EFcore v7 Syncfusion v 23.1.41
I have server side Blazor app using a data grid with a nested grid. I am using EF v7. I am using the recommended DAL/WebAPI paradigm to access the data. I have EditMode set to normal. I have the detail toolbar set to "Add", "Edit", "Delete", "Cancel", "Update"
All works fine except I cannot update detail records (master records work fine). When I press Update no WebAPI call is fired. Add correctly generates a blank record, delete correctly fires the delete WebAPI call and cancel correctly works but Update does nothing.
What do you think I may have got wrong?
How should I go about debugging this?
M