Hello, I've been trying to get this to work for ages now and I've ran out of options. No matter what I try, the value for a double/decimal is always invalid according to the Jquery validator. This is a list of what I tried:
- Set culture in web.config
- Set culture in CurrentThread
- Change type from Decimal to Double
- Change input type from Number to Text
- Use globalize.js
- Use a custom regex fix found on here
- Use a DecimalBinder found on here
Nothing, absolutely nothing fixes this error. I'd greatly appreciate if somebody could point out what I was doing wrong here.