Categories | Question details Back To List | ||
Formatting price column in grid Is it possible to format a price column to be prefixed with a £ sign instead of the $ sign? Answer posted by Support on May 18, 2009 02:59 Instead of "price" you can use "edn" column type and mygrid.setNumberFormat("£0.000,00",INDEX); where INDEX - index of related column |