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

RadMaskedEditBox

1 Answer 96 Views
MaskedEditBox
This is a migrated thread and some comments may be shown as answers.
Rami
Top achievements
Rank 1
Rami asked on 08 Jul 2013, 01:54 AM
Dear all

i use RadMaskedEditBox for civil id number (12 digits ) i don't want any character in RadMaskedEditBox  as masked or prompt char and stop received more than 12 digits   .
thanks

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 10 Jul 2013, 09:15 PM
Hello Rami,

Thank you for writing.

To achieve the desired format, you need to set the RadMaskedEditBox MaskType and Mask properties like this:
radMaskedEditBox1.MaskType = Telerik.WinControls.UI.MaskType.Standard;
radMaskedEditBox1.Mask = "000000000000";

For more information, please consider following topics:

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
MaskedEditBox
Asked by
Rami
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or