Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rick on Feb 01, 2008 03:30
open dhtmlx forum
How do I change the price types Currency Symbol

How can I change the Price "column type" fields currency Symbol ? I'm needing R 200 not $ 200 as the prefix?
Answer posted by Support on Feb 01, 2008 04:01
This option not configurable by API, but you can change it directly in excell code

dhtmlxgridcell.js , line 1093
    this.setCValue("<span>$</span>
can be changed to
    this.setCValue("<span>R </span>