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

[Solved] Column format not works in Q3 SP1

1 Answer 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
hvduc
Top achievements
Rank 1
hvduc asked on 10 Jan 2013, 07:12 AM
Hi Telerik,
I'm using Telerik control for Silverlight Q3 SP1.
I get this error after updating. Dataformatstring is set to {0:c} for currency column and {0:d} for date column, but after updating, these column always show formatted data by English culture (mm/dd/yyyy for date and $ for currency).
I've tried update to hotfix 2012.3.1224.50 but it still the same.

Can this error be fixed soon?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 10 Jan 2013, 07:45 AM
Hi,

Currently, you need to work with the Language property as it is with the case with DataGrid. Once you set it to the grid or to your application, the formatting will be based on it:
this.Language = XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.Name);
this.Language = XmlLanguage.GetLanguage("es");

Regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
hvduc
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or