DataGrid with Decimal values: Not showing correctly

Hi to everyone,

I'm a .Net (& CF) newbie.

I'm having problems with a datagrid bound to a collection of BindingList<Product>.
Product has one decimal property type which doesn't get displayed correctly once I deploy the application to the device.
The things works correctly if run in the emulator.

I've modified the format property of the column holding the decimal value, and set it to "N2".
This brought no luck.
Also tried to set a new culture info, still no luck.

The value of "0.52" is displayed as "52.00" on the device, while in the emulator is displayed as "0.52".

What am I missing

Thanks for you help


Answer this question

DataGrid with Decimal values: Not showing correctly