Hi,
I have a datagrid where I have a GridNumeriColumn that represents a distance.
I would like to have the following requisites on this column but I'm not able to obtain them:
1) If the number does have decimals I would like they are not shown even if I put NumberDecimalDigits="2".
For example, if the user types 1000, I would like 1000 is displayed, but if he types 890.18, I would like 890.18 is displayed.
2) I would like the current unif of measure is displayed after the number, even if the user can't modify it (as it happens for example for '%' for percentage columns).
For example I would like the column shows "1000 mm", "890.18 mm" and so on.
Can you help me ?