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

RadTextBox for password entry?

6 Answers 224 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mat
Top achievements
Rank 2
Mat asked on 29 Jun 2012, 06:29 AM
I have a few RadTextBoxes in the settings area of my app, and I need one of them to be a password entry box.  There's no RadPasswordBox though, and no TextMode property like in ASP.NET,  so how could I achieve this?  Do I need to go back to a regular PasswordBox control for this?

6 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 02 Jul 2012, 07:53 AM
Hi Mat,

Thank you for your question.

RadTextBox doesn't provide such functionality out of the box and since you ask, we think that a control that provides such a functionality could be a nice addition to our suite. However, it will be included in our next release, which is coming in about three months. If you can't wait till then, you can have a look at our examples solution where there is a field that requires a password and see how we have done it by using both PasswordBox and RadTextBox.

Let me know if you have further questions.

Kind regards,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Eugeniy
Top achievements
Rank 2
answered on 10 Sep 2012, 07:51 AM
Guys, very very need this. + Mask.
Could i hope it will be done till october? or i better have to find another way?
0
Todor
Telerik team
answered on 11 Sep 2012, 07:58 AM
Hi Eugeniy,

Thank you for contacting us.

I am happy to confirm that RadPasswordBox is coming in mid-October as part of our next official release. As to the Mask, such a control is not included in our plans for the next release. If you want a similar behavior, you can use the RadTextBox and define an appropriate InputScope. You can also define EventHandlers for the KeyDown and KeyUp events if you want to dismiss some symbols or if you want to limit the length of the text.

Let me know if I can assist you furtherer.

All the best,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Eugeniy
Top achievements
Rank 2
answered on 11 Sep 2012, 08:56 AM
Thank you a lot!
I will do it as you say: by handling events
+ templating allows to inject suffix and prefix in to RadTextBox
0
Mike
Top achievements
Rank 1
answered on 05 Dec 2012, 05:22 AM
It would be great if RadPasswordBox supported input scope. I would like a password control that only allows input of numbers (similar to some online banking sites like ingdirect).  I think the larger hit area of number input makes for a better user experience.

Thanks,
Mike
0
Todor
Telerik team
answered on 06 Dec 2012, 09:04 AM
Hello Mike,

Thank you for contacting us.

The only way to change the on screen keyboard is by setting the TextBox's InputScope. However, this property is not present in the native PasswordBox and we have no way to implement it for RadPasswordBox because the Windows Phone framework doesn't provide an API for choosing what keyboard to show.

Regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
TextBox
Asked by
Mat
Top achievements
Rank 2
Answers by
Todor
Telerik team
Eugeniy
Top achievements
Rank 2
Mike
Top achievements
Rank 1
Share this question
or