Hi,
Can someone help me to create a masked text editor with the following format
+145 or -45
i tried "+nnn", but i'm not that much comfortable because i will not be sure about n's
Thanks in advance
- Arthi
Hello Arthi,
Please take a look at the possible masks in this article in our help:
http://help.infragistics.com/Help/NetAdvantage/WPF/2009.1/CLR3.X/html/xamEditors_Masks.html
You can use this one for the negative sign : {double:-i.f:c}
The 'n' is a placeholder for a character that must be numeric (0-9) but entry is not required so you can put as many 'n'-s as appropriate for your gidit's scope.
Hope this helps,
Alex.
Alex,
Thanks a lot.