This question is locked. New answers and comments are not allowed.
HI,
My numeric textbox doesn’t work properly if I turn on the Globalization. If the current culture is “en-US” it works correctly, but if the current culture is “pt-BR” the decimal value is always being round to zero.
I mean, the mask for the field is working properly, but when the field lost the focus the decimal value is always being reset to 0 and I can’t figure out what is the problem. I’m using the same javascript files that I downloaded from Telerik’s website, so that should work.
e.g.: 1.234,56 => 1.234,00
I have globalized the Grid and the Editor and the globalization for them is working perfectly.
Thanks