EPV
3 Apr 2012, 7:31 AM
I have:
{
header:'Test',
xtype: 'numbercolumn',
format:'0.000,00/i',
dataIndex:'XXX'
}
- The input in the store is 12345.6789
- The type of the field in the model is float
- I want to show 12.345,68 in the grid
Seems I've tried every combination of the format property but can't get it to work.
Ext version 4.0.7
Any ideas? Thanks /E
{
header:'Test',
xtype: 'numbercolumn',
format:'0.000,00/i',
dataIndex:'XXX'
}
- The input in the store is 12345.6789
- The type of the field in the model is float
- I want to show 12.345,68 in the grid
Seems I've tried every combination of the format property but can't get it to work.
Ext version 4.0.7
Any ideas? Thanks /E