Hello,
Can dhtmlxgrid setNumberFormat works for “match” excell? for exemple,
myGrid.setColTypes("ron,edn,edn,math");
myGrid.setNumberFormat("0,000.000", 1, ",", " ");
my xml file
<rows>
<row>
<cell>My row</cell>
<cell></cell>
<cell></cell>
<cell><![CDATA[=(c2+c3)/2]]></cell>
</row>
</rows>
thanks you
Ke