How I can Format Numeric Values loaded from XML with:
Using
grid.setNumberFormat(“0,000.00”,index,","," "); //(For French)
can’t resolve this issue
How I can Format Numeric Values loaded from XML with:
Using
grid.setNumberFormat(“0,000.00”,index,","," "); //(For French)
can’t resolve this issue
You can use “format” column attribute.
docs.dhtmlx.com/doku.php?id=dhtm … ric_values
THANKS