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!
In Datepicker, when using bind-value to the
component and switching to invalid culture(i,e. no content related to this
culture in our resource file), culture not found exception is thrown.
Note: This issue is not occurs in other component like textbox, uploader, calendar and without using bind-value in datepicker. Occurs only when using bind value and value to the component from the Parse method.
Sample:

Replication procedure:
Current behavior:
Culture not found exception is thrown.
Expected Behavior:
Exception should not throw.