Very simple question, but I'm not sure how to do it with the Telerik MaskedInput controls. How do you clear the control? For example, I'm using a RadMaskedTextInput to collect social security numbers. The Mask property is set to "d3-d2-d4". If I want to clear the control do I set the Value property to "000000000"? Or do I set the Text property to "___-__-____"? Or is there some other property that I should use instead? I've tried looking for a Clear() method of the control, but there doesn't appear to be one, unless I've missed it.
I'm using VS 2010 Premium, .NET 4.0, and 2011 Q2 versions of the Telerik controls.
I'm using VS 2010 Premium, .NET 4.0, and 2011 Q2 versions of the Telerik controls.