Does anybody know how to make RadMaskedTextBox multiline in WPF? I use Telerik Q1 2011.
<telerik:RadMaskedTextBox MaskType="None" Name="textBox"
MaskedText="some text"
Grid.Row="1" VerticalAlignment="Top" BorderThickness="1" >
</telerik:RadMaskedTextBox>
Please check, the following link Telerik Support, it targets Silverlight but I suppose you can use the same approach in your case