Idea Summary
Nowadays default number thousand separator for Czech language is set to “.”. But that is not correct. Correct separator is a space. So one milion should be formated as “1 000 000,00” instead of wrong “1.000.000,00”.
Use Case
Display and edit of numbers in Interactive Grid will work as users expect.
Preferred Solution (Optional)
I believe that simple change of default thousand separator for Czech language will be sufficient. But maybe it would be useful to add explicit (application globalization) option which characters should be used as thousand and decimal separators.