This question is locked. New answers and comments are not allowed.
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:
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
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" />Eg. grid return $ 1,000.00 instead of € 1.000,00.
Thanks in advance.
Mirko