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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

  1. Run the solution provided and open it in a browser.
  2. Expand one of the master entries, to see the detail view.
  3. In the detail view dialog, click the "Add" button.
  4. After the dialog opens, fill in one field and shift focus to the next. You should see the dialog disappear