I was trying to display a number: 2893604342.00. But, when i am displaying it it is displayed as: -2893604342.
Following is the code snippet ...
avg += int(totalData[i][col.dataField]);
I have even replaced it with Number
, but it's still showing the same negative number.
Please let me know whether there is any problem with int
or Number
!