When I use format "#,###" , it makes json object in trouble in browser. I think many users should have suffered for it.
Here is the code:
let gridColModel= [
{ "title": "production",
"dataIndx": "actualProdTon",
"width": "100",
"dataType": "float",
"format": "#,###"
}
];