I was sure that we could do it with the MaskedEdit, but I can't figure out how to build the mask so that it will allow variable quantities of characters in the three sections... and force CharacterCasing to Lower.
Any ideas?
Thanks
I don't think that you can do this with a mask, since you can't build a mask that is variable and dependant on other values. Your best bet is to likely use a simple text editor and validate the input with a regular expression.
-Matt
Have you got a short example of how to wire that up?
Matt Snyder"] I don't think that you can do this with a mask, since you can't build a mask that is variable and dependant on other values. Your best bet is to likely use a simple text editor and validate the input with a regular expression. -Matt