I am using RadMaskedTextBox for ssn Format
PromptChar="_" Width="200px" Mask="###-##-####" NumericRangeAlign="Left" BorderColor="#C4C4C4">
But by default textbox showing masked message like ___-__-___ but i don't need by default.How to remove that
any one help me plz
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

SLDeveloperPosted May 22, 2012, 9:08 AM
Remove PromptChar="_" to PromptChar="" this will display format like - -
but you can not remove the whole format as you have set this format in Mask="###-##-####"