RadzenNumeric (Numeric Coponent) Step problem

the RadzenNumeric has a Property Step, which is described in documents as a Decimal value.
But the property is actually expecting a string

I think this should be a nullable decimal just like Max and Min Properties

We will update the documentation. Check my answer here:

Well, keeping the value as a string prevents from setting the value with a variable (Decimal). It would make a lot of more sense if this property is a Decimal than string, since Max and Min properties are already a Decimal value.

I speak portuguese and my native decimal separator is a comma, but it makes no sense using comma in code since using a dot as a separator is a pattern in C# language