I need to convert the decimal mark (and thousands separator) comma (,) to dot (.) as my application will serve both for Europe and US. Do you have any clue how I can do that?
Ex: 123,345.12 <=> 123.345,12
Thanks,
Ervin
1 Answer, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 12 Aug 2011, 12:52 PM
Hi Ervin,
The RadControls actually take the separator from the culture set in the project. So if you manually change it this could break the parsing logic and will cause some parsing issues. So we suggest avoiding this change manually
but leave this to be handled by the culture.