Hello there, I am using AspNet Zero (with jquery) and I came to some problems caused by decimal inputs. I think it is more boilerplate-related than aspnet Zero.
- When I use a jtable with a column that is a decimal, it always displays with . as digit separator (even with german locale)
- When I use a EditorField for a decimal the input is correct - it shows the correct separator of the locale...but how can I get this value into a json object as a double? I cannot use the .val() method because this would only work on cultures with . as separator.
Is there something like abp.localization.currentCulture.parseFloat ?
Kind regards