I do as follows: Real currency (Brazil)
Decimal-point is comma.
01 wsPreco pic 9 (06) V99.
*> Datagridview column vrPreco / DefaultCellStyle / behavier format = C2
invoke self::dataGridView1::Rows::Add(... wsPreco)
Check also the regional system options
Hope this helps