Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I've setup a datagrid in a master detail setup.
In the detail view, adding an entry opens up the edit dialog successfully. But as soon as I input data into a field and switch focus to the next field a refresh event is triggered and the edit dialog closes. This refresh event seems to just retrigger over and over, causing the program to get stuck in a seemingly endless loop.
I have looked at documentation, read over my code and tried to figure out what is going on here. But I'm starting to suspect this is a bug. However I don't exclude the possibility of me having made some error.
I've attached a minimum working example.
Replication procedure: