.NET 7 Error There is no region associated with the Invariant Culture

Hello,

I have an error using the SfNumericTextbox with the Format "c2" and the currency "EUR".
It shows the following error:

There is no region associated with the Invariant Culture (Culture ID: 0x7F)

Can you please check this? This is happening with .NET 7 - in .NET 6 it is working fine.
I need .NET 7 for an specific feature and cannot downgrad to .NET 6. Can you help me?

Here the SfNumericTextBox Code:

<SfNumericTextBox TValue="double" @bind-Value="@(((Service)context).Price)" Format="c2" Currency="EUR" Placeholder="@Resources.App.InputPrice" FloatLabelType="@FloatLabelType.Auto"></SfNumericTextBox>

Edit: I'm using it within an SfGrid as EditTemplate within a Column.

Thanks in advance,
Yannic


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team February 28, 2023 01:53 PM UTC

We have considered the reported issue “InvalidOperationException: There is no region associated with the Invariant Culture (Culture ID: 0x7F)” as a bug from our end, and the fix for the issue will be included in one of our patch releases before mid-March 2023.


You can now track the status of the feedback through the below link,

https://www.syncfusion.com/feedback/41526


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”


Loader.
Up arrow icon