Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve on May 17, 2009 16:50
open dhtmlx forum
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