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

[Solved] Grid column formatting

0 Answers 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tetha
Top achievements
Rank 1
Tetha asked on 07 Aug 2011, 10:43 AM
Hi,
I have a grid Ajax binded.
I would format a bound column using currency formatter.
The problem is that the column is formatted without using the current culture.
I set the culture and the UIculture on web.config:
<globalization culture="it-IT" uiCulture="it-IT" />
The grid is properly localized but the .Format method returns a wrong values.
Eg. grid return $ 1,000.00 instead of € 1.000,00.

Thanks in advance.
Mirko
Tags
Grid
Asked by
Tetha
Top achievements
Rank 1
Share this question
or