Hi,
I have an issue with a datagrid generated using version 2.67.1. I have a very simple data grid generated using the CRUD Pages template with edit and add in dialogs, only 3 fields, one expanded. When I edit a record and save, the expanded field value disappears from the grid:
This did not happen when using 2.70.0-beta.0. Unfortunately, I have to go back and use 2.67.1 because I need dotnet core 6.0, and 2.70.0-beta.0 only supports dotnet 5.0.
I am reloading the grid after edit to go around the issue for now:
In my opinion this is not database related. The UpdateXXX method usually will $expand the related properties when returning the updated item and will look like this:
Thank you for the information. I still did not have time to investigate this. I found the issue in the new angular 11 beta as well, but I used the grid load workaround for now as I needed to deliver.
I was able to reproduce the problem with .NET 6 - works properly with .NET 5. We will do our best to find what's causing the issue and to provide fix in our next update.
Thanks a bunch. I am very close to getting Radzen adopted by my client. They will likely purchase the first license within 2 weeks. We will be using Radzen Beta, so our interest in the fix is really in Radzen Beta as we will be using Angular 11 until the Blazor client-side requirement of Duende server is gone.