I have a problem with submitting forms when decimal numbers are present, to be precise if there is a number behind the decimal separator it wont submit. I am working with Asp.NET MVC3, Kendo UI and a different culture, "hr-HR", where the decimal separator is a comma. If I put "en-US" culture (separator is dot) everithing goes smoothly. My guess is its a validation problem, but I could be wrong. (Because the form POSTs on US culture)
Also my CurrentUICulture is "en-US" & CurrentCulture is "hr-HR"
Did anyone had a similar issue?