This is a migrated thread and some comments may be shown as answers.

Europe and US (decimal mark / thousands separator) Conversion

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ervin
Top achievements
Rank 1
ervin asked on 09 Aug 2011, 04:17 PM
Hello All,

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

Sort by
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.


All the best,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
ervin
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or