Hello,
I need to show the totals in the footer row as a decimal (without rounding) when selecting some rows.
actually it shows decimal only when load the grid but after start selecting rows, it return rounded amounts.
please help.
Thanks
Abduljaleel
2 Answers
Assalamualaikum,
You can use toFixed(2) function to make it 2 decimal place figure.
Also replaced parseInt to parseFloat.
Code: http://phpgrid.org/demo/demos/appearence/footer-row.phps
Demo: http://phpgrid.org/demo/demos/appearence/footer-row.php
Your Answer