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