Hello,
When i getting the value of the Asp TextBox mapped with radinputmanager like this
<telerik:MaskedTextBoxSetting Mask="##.##.##.##.## lllll" SelectionOnFocus="CaretToBeginning">
<TargetControls>
<telerik:TargetInput ControlID="txt_phone" />
</TargetControls>
</telerik:MaskedTextBoxSetting>
If i get the value : this.txt_phone.Text , i get the mask inside.
When i used just radmasked textbox , i don't get the mask only the data.
thanks for your help