Hi,
In DHX 4.0, do we have now a capability to set numeric cell value formats per row instead of per column? Thanks.
Example of Current available API:
grid01.setNumberFormat(“0,000.00%”,2,".",",");
Hi,
In DHX 4.0, do we have now a capability to set numeric cell value formats per row instead of per column? Thanks.
Example of Current available API:
grid01.setNumberFormat(“0,000.00%”,2,".",",");
Unfortunately the behavior of setNumberFormat() method still the same. The number format can be applied to the column only.