Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Decimal type in xamDataGrid with 4 decimal places
posted

Hi there.. Into a xamDataGrid I want to see a decimal value like "11.111,1234", but:

1) if i put the EditAsType "Decimal", appairs the "€ 11.111,12" value;
(if the starting value is "11.111,1289", it rounds to "€ 11.111,13");
2) if i put the EditAsType "Double", appairs the "11.111,12" value:
(if the starting value is "11.111,1289", it rounds to "11.111,13");
3) if i put the EditAsType "String", appairs the "11111,12" value:
(There isn't any separator of thousands and if I want to calculate this column i must first convert the value).

How can I visualize the correct value (with 4 decimal places)?

Thanks.

Parents Reply Children
No Data