Hi we're using a PivotGrid for show data. We want show the number with the format
200.000,55 (. thousands separator) (, decimal point)
We use format: "C2", currency: "EUR" in the formatSettings but the thousands separator and the decimal point appears inverted.
We have even set setCurrencyCode('EUR') without luck.
What can we do ?