3.2.0

Large Numbers Formating!

Hi,

Is there any way to get working large numbers formating?

I'm using the following code:
var num = new AW.Formats.Number;
num.setTextFormat("#,###.##");
x_grid.setCellFormat(['', num,'']);


It works correctly when the number is between 1 and 999999999999, but for example, if the number is 9999999999999999 I get a output like this:
9999999,999,999,999.00

How I can increase the numbers of digits allowed?

Thanks
Esteban
March 3,
You have to modify /source/lib/formats/number.js, doFormat and setTextFormat functions
Alex (ActiveWidgets)
March 7,

This topic is archived.

See also:


Back to support forum