Hello Rob,
The
RadMaskedInput controls don't support a "no-mask" scenarios at the moment, however we have logged this issue as a feature request in our PITS and you can vote for it
here.
This is why I believe that in your case it would be best to take advantage of the
RadMaskedTextBox control. It has a property
MaskType, which you can set to
None. Also in order to make it multi-line, you need to apply a custom style to its
ExtendedTextBox element and set its
AcceptsReturn property to
True.
I attached a sample project to demonstrate this approach. Let me know if it helps.
Greetings,
Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>