Hi,
I use a XamEditor. Here's my dilema. The precision of 2 decimals is not right for the application that we are doing. If the user enters "2.34", I want to see 2.34 in the editor, if the user enters "2.34521234", that is what I'd like to see. Now, by default I can only enter two decimals. Fine, I have changed the mask to "{double:-15.10}". But not the problem is, that the formatting forces the number to display with ten decimals, so the user entering 2.34 becomes 2.3400000000. What I need is essentially the same formatting provided by Single.ToString().
And there is no "Format" property for XamEditor.
Regards
I find that I put the question in a wrong place, it's a silverlight problem. Sorry
Hello,
If I understand you correctly, if you type 2.34 - you want to see 2.34(without zeros), right?
If so, what is the exact version of our product(it looks like 11.1.1002). And also, which exactly XamEditor you are using - numeric, masked?
Regards,
Anastas