Hello Richa,
You can enable multiline on the
RadMaskedTextBox, however you would have to enable this from the ControlTemplate itself. The control internally uses an extended TextBox, which supports the multiline feature. You would have to modify the default template of the
RadMaskedTextBox and set the
AcceptsReturn property of the
ExtendedTextBox in its template to true.
<telerikMaskedTextBox:ExtendedTextBox x:Name="PART_ExtendedTextBox"
TabIndex="{TemplateBinding TabIndex}" IsTabStop="True" AcceptsReturn="True"
... />
Greetings,
Alex Fidanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items