In Spain (es-ES) decimal separator is "," [comma] and group separator is '.' [dot].
In page with Culture="es-ES", if you try filter by decimal value for example "0.05" [en-US]:
- If you try spanish notation culture "0,05" the filter fail (AJAX error, etc ...)
- If you try en-US notation cultrue "0.05" the filter no fail but filter value is "5". It's wrong the filter value must be "0.05" [en-US].
Thanks.