Currently $.paramquery.formatCurrency() adds only one decimal, you could use this function to add 2 decimal places:parseFloat(ui.cellData).toFixed(2)
return ((ui.cellData > 0) ? $.paramquery.formatCurrency(ui.cellData)+'0' : '');
NoctronaYou are doing the right thing by appending 0.More formatting options would be added to formatCurrency in next version probably 2.1.2