Formatting price column in grid

Is it possible to format a price column to be prefixed with a � sign instead of the $ sign?

Instead of “price” you can use “edn” column type and
mygrid.setNumberFormat(“�0.000,00”,INDEX);

where INDEX - index of related column