Base solution for your next web application

Activities of "domernik"

Question

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.

  1. When I use a jtable with a column that is a decimal, it always displays with . as digit separator (even with german locale)
  2. 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

Showing 1 to 1 of 1 entries