i am using setnumberformat( “0,000.00”, 2 ) and the number in the grid shows
1.000,00
what am i doing wrong.
dhtmlxGrid v.1.6 Professional edition build 80512
© DHTMLX Ltd.
If you want to have replace comma and dot chars, the code must be
mygrid.setNumberFormat(index,“0,000.00”,".",",");
dhtmlx.com/docs/products/dhtmlxG … ormatcells