Hi. I'm having a problem with a field in the grid. If i try to put a number for example "12.32" it doesn't show but rounded "12". Is there a predefined setup that make that happen? i like that number show its deciamals, i tried with $col["formatter"] = "number"; and it shows 2 decimals "12,00" but still not the amount i want. What can i do?
2 Answers
Please make sure your database table have field type that support decimal.
I've tested the case, it may be truncated at database level at your end.
Your Answer