Unplanned
Last Updated: 11 Jan 2023 20:46 by Sean
Sean
Created on: 11 Jan 2023 20:46
Category: UI for Blazor
Type: Bug Report
1
Exception thrown in the SelectedItemsChanged event of the Grid is not caught by ErrorBoundary

I am handling the SelecteditemsChanged event of the Grid and when an exception is thrown in its handler, the ErrorBoundarydoes not catch it.

For reference, I tried attaching the same handler to a click of a button and it is successfully caught by the ErrorBoundary in this case.

0 comments