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!

0
Votes

Case 1: 



An unhandled exception occurs when closing the dialog in WASM, specifically when JavaScript exceptions are enabled in the Exception Settings window in Visual Studio.





Sample: Attached

Replication steps:

  1. Run the sample.
  2. Click the Add button and open the dialog
  3. Now, enable the JavaScript Exception on VS
  4. Now try to close the dialog using close icon. The issue occurs.



Case 2: 



The internal team again faced the same issue in a different scenario, where attempting to open the filter dialog displays the exception message: “Cannot read the property of undefined (reading ‘updateContext’).”



Sample: Attached (SyncfusionBlazorApp)



Replication steps:



  1. Run the sample
  2. Then try to open the filter dialog you will see the issue