Hello,
I would like a mask description such that the user has to enter a double with two decimals
I tried the following
<igWPF:XamNumericEditor Value="{Binding Path=Number,Mode= TwoWay,TargetNullValue=0}" ValueType="{x:Type sys:Decimal}" PromptChar="" Mask="{}{double:3.2:c}"/>
This works fine, but I don't want the comma to appear unless the user types in more than 3 digits.
Is this possible?
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://es.infragistics.com/community/forums/p/79867/404113.aspx
where a similar question is already discussed. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.