well i tried their web site also,they are only providing details regarding there use i mean about controls. what is the exact difference between both of the above mentioned?

link|improve this question

72% accept rate
feedback

1 Answer

This Telerik's forum post answers, I think: http://www.telerik.com/community/forums/silverlight/maskedtextbox/is-it-possible-to-use-a-radmaskedtextinput-as-a-multiline-text-area.aspx#1863327

The RadMaskedInput controls don't support a "no-mask" scenarios at the moment...

This is why ... 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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.