On an editable grid we have a numeric field, set to Decimal, precision 2, maximum 12 characters, auto-complete with zeros is on.
If the user enters “0.466” it should either round it to 0.47 (great) or truncate it to 0.46 (OK). What it actually gives us is 4.66 (completely wrong). No way would any user want this to happen.
Are we the only ones seeing this behaviour?