Hi,
I am using the XamDataGrid and am seeing something slightly odd when displaying doubles.
Any number over 100,000,000 is truncated and the commas are not put in. For eg:
1,000,000,000.00 is displayed as: 1000,000,000.00
-1,000,000,000.00 is displayed as: 1000,000,000.00
I do not want to have to change each field in the XAML individually. Is there a way of changing this in one place and it filtering down to all fields?
Thanks,
Alastair
Hello burgessage,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
I was having the same problem as burgessage, and your solution fixed it (thank you!). However, I now have another field that is an integer that now displays as a float- i.e. 1.00 and 5.00 intead of 1 and 5. Is there any way to selectively apply this fix to fields that are float numerics, rather than all numerics?