Hello Team,
I created grid and the data source is from SharePoint list. I formatted columns as in currency format($##,###).
Some of them is coming in accurate format but some of them is not coming correct as shown in screenshot.
I am using the code as shown below. I need to format the all values with '$' Symbol. Please provide a solution for it.
title: "Budget Adjustment (A2)",
halign: 'center',
align: 'right',
dataType: 'float',
sortable: false,
width: 150,
minWidth: 150,
dataIndx: 'Budget_x0020_Adjustments',
format: '$##,###',
editable: false,
summary: {
type: "all" //use custom aggregate.
},