RadzenNumeric decimal separator

Hi,
how can I have a RadzenNumeric with dot as decimal separator?
I declared the control, inside the EditTemplate of a RadzenDataGrid, as follow:
<RadzenNumeric @bind-Value="data.Element.SalesPriceCUS" Style="width:100%; display: block" Name="SalesPriceCUS" Min="0" Format="0.00" Culture="System.Globalization.CultureInfo.InvariantCulture" />
and the number is showed with the comma but if I want to insert a decimal value I have to use the dot otherwise the comma is ignored and the decimal part becomes the last digits of the interger part.

If I don't set the Culture on the control I have to use the comma.

Thank you

You need to set specific culture for your application. Check our demos for reference:

You cannot use comma with CultureInfo.InvariantCulture: