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

Changing the culture of a GridViewDataColum

2 Answers 186 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jorge Alberto
Top achievements
Rank 1
Jorge Alberto asked on 10 Sep 2010, 09:08 AM
Hello everybody :)

I want to know if there is a way to change the culture of a GridViewDataColumn.
For instance I have the following code:

GridViewDataColumn column = new GridViewDataColumn();
column.FormatString = "{0:c}";

I want to know how can I change the culture of the currency for example: from dollars to euros in C#.

I hope you can help me.

Best regards, Jorge

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 10 Sep 2010, 09:13 AM
Hello Jorge Alberto,

You may take a look at this forum thread

Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jorge Alberto
Top achievements
Rank 1
answered on 10 Sep 2010, 04:56 PM
Thank you.
It works.

Best regards, Jorge.
Tags
GridView
Asked by
Jorge Alberto
Top achievements
Rank 1
Answers by
Maya
Telerik team
Jorge Alberto
Top achievements
Rank 1
Share this question
or