This is a migrated thread and some comments may be shown as answers.

Removing RadMaskedTextBox Prompt

1 Answer 103 Views
Input
This is a migrated thread and some comments may be shown as answers.
Mitchell
Top achievements
Rank 1
Mitchell asked on 16 May 2012, 09:30 PM
I've been asked to remove the "_" prompt in all the RadMaskedTextBoxes for this sign up sheet. How do I get rid of them? Do I need to apply some sort of CSS?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 17 May 2012, 08:24 AM
Hi Mitchell,

Try setting  PromptChar property of RadMaskedTextBox as follows.

ASPX:
<telerik:RadMaskedTextBox ID="RadMaskedTextBox1" runat="server" Mask="###" PromptChar="">
</telerik:RadMaskedTextBox>

Hope this helps.

Thanks,
Princy.
Tags
Input
Asked by
Mitchell
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or