Hello,
I have a Grid with dialog editing with some decimal fields. When using en-US localization, everything works well. But when changed to es-ES, Grid displays the fields as expected (using comma as decimal separator) and also edit dialog shows the fields with comma-delimiter for decimal places:
However, validation says the value is wrong:
Decimal fields uses DataAnnotations to define valid ranges:
I've already loaded cldr files as explained in several forum posts. The Grid definition is as follows: