Hello,
I put
$col["formatter"] = "number";
$col["formatoptions"] = array("thousandsSeparator" => " ",
"decimalSeparator" => ",",
"decimalPlaces" => 2);
But no effect on subgrid. On main grid – OK!
1 Answers
I am unable to generate this issue with subgrid_detail.php
It works as expected, see http://prntscr.com/bq6yyi
Code: http://pastebin.com/HCAeDNtS (line 82) subgrid_detail.php
Override in demos to see change.
Your Answer