bruno-pere Posted June 25, 2013 Posted June 25, 2013 Hi! I can not get the grid to show numeric fields localized. Brazil uses comma as decimal and dot as thousand but the grid always show the inverse. What's the correct method to change this? Delphi XE2 UniGUI 0.93.0.996 ExtJS 4.2.1.744 If I can not solve the problem I'll open a case. Thx! Bruno
Sherzod Posted June 26, 2013 Posted June 26, 2013 Hi Bruno. Try.Add this code in Form onCreate: ThousandSeparator := '.'; DecimalSeparator := ','; Sincerely
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now