number format in dhtmlxtreegrid/normal grid

Hi,



I am using dhtmlxGrid_pro_v15_80319.

I used mygrid.setNumberFormat(“0,000.00”,3); .I have given this code after “loadXML” function.





Still numerical vales are not displayed in the speciifed format.

I have included dhtmlxgrid.js in my application.



How can i resolve this?





Please be sure that column type, against which setNumberFormat called has ron or edn type.
Also , this command need to be specified before data loading, so it has sense to move it before loadXML call
    dhtmlx.com/docs/products/dhtmlxG … ormatcells