What input mask should I use? ###.###.###.### seems like it should do the trick, but it doesn't seem to like single digits, like 127.0.0.1.
Oto600,
Try "999.999.999.999". The drawback with using "#" is that entry is required, so with "###.###.###.###", the end-user must type in 12 digits. When you use "9" instead, entry is not required. For a list of possible InputMask characters, please see the following article in our online documentation:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.Win.UltraWinMaskedEdit.v8.3~Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit~InputMask.html
Hope this helps,
~Kim~