Hello
I have a datagrid defined as below
columns:[[
{field:'Open_Amt',title:'Amt',width:5, align:'right'},
{field:'Currency',title:'Cur',width:5}
]],
Currently, Open_Amt format shows as 12345.5
I would like to format value this to show 12,345.50
ie always show 2 places after the decimal point and also show thousands separator
Suggestions appreciated
Thank you