Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > MaskedTextBox > email address mask ?

Not answered email address mask ?

Feed from this thread
  • Christian Surieux Master avatar

    Posted on Dec 8, 2009 (permalink)

    Hello,

    Any suggestion for masking for email address welcome.
    Seems a regexp masking capability is missing ? Or something is already inside Silverlight ?


    Thanks for help.
    CS

    Reply

  • Bobi Bobi admin's avatar

    Posted on Dec 9, 2009 (permalink)

    Hi Christian Surieux,

     Currently we do not have any build in support for e-mail mask.
    However  we  have plans to add RegEx functionality  for the next official Q1 release, so once we add regex RadMaskedTextBox will have some significant improvements.  This means that using regular expressions you will be able to fully customize the mask.


    Best wishes,
    Boryana
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Q1 Webinar Week
  • Neil Smit avatar

    Posted on Aug 19, 2010 (permalink)

    Hi,

    Has this been implemented in 2010 Q2 SP1 Silverlight control suite? I am not able to find the relevant regex options for a mask of an email address for example.

    Please advise.

    Thanks,
    Neil

    Reply

  • Milan Milan admin's avatar

    Posted on Aug 19, 2010 (permalink)

    Hi Neil Smit,

    Unfortunately this feature is still not implemented and it is still unknown when we will be able to introduce it.

    Sorry for the inconvenience. 


    Greetings,
    Milan
    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

    Reply

  • James avatar

    Posted on Dec 28, 2010 (permalink)

    Any chance this feature has been added?  It would be hugely helpful to use a RegEx as a mask, most other controls suites support this functionality.

    Reply

  • Alex Fidanov Alex Fidanov admin's avatar

    Posted on Dec 29, 2010 (permalink)

    Hello Christian Surieux,

    You could achieve this functionality by setting the MaskType to None and handling the ValueChanging event. In this event, you can check with a regex expression whether the e.NewValue matches an email pattern and handle the event (e.Handled = true) if it does not match. You should also set the UpdateValueEvent to LoseFocus, so that the ValueChanging event is raised only when the focus is lost and not on key press.

    Best wishes,
    Alex Fidanov
    the Telerik team
    Browse the videos here>> to help you get started with RadControls for Silverlight

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > MaskedTextBox > email address mask ?
Related resources for "email address mask ?"

Silverlight MaskedTextBox Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]