Hello there!
I have an application that has an object hat contains a list of row containers. The row containers consist of a list of values. These values can be of different types (the attached example uses doubles only). Now I want to show these rows in a XamDataGrid using a XamNumericEditor and a defined mask with the German number format. The values is set by making use of binding and unboundfields.
Unfortunately when I enter a value that is something like this 32,4 (german number format has "," as decimal separator), the value that is written back misses the ",". My data object has then the value 324. What is the mistake?!!
I added a simplified project example that shows what happens. I bound the first line to a text box as well, so that one can see what is written back to the data object.
Thanks for any suggestion or help!
Florian
So far no answer, but I am still hoping for one...
I wrote something about German number format. But the issue is present with any number format. So can anybody else reproduce this behaviour?
thanks, Florian
I am still hoping for an answer. Or at least any comments if the issue is not clear. Any help or ideas are appreciated.
Hello Florian,
Thank you for providing the sample project. I ran it and it looks like an issue. I am going to create a support case for further investigation. You will be notified through the case when we have more information on this.
Hey Alex,
thanks for creating a support case. Can you give me any update on that issue. I come to a point where I need at least a workaround. Otherwise I need to exchange the DataGrid with an antoher control.
regards,
I tried couple of thins, but was not able to find a way around this behavior. I have updated the case with more information on the issue.