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

Peek button freezes app

1 Answer 65 Views
PasswordBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John
Top achievements
Rank 1
John asked on 20 Jan 2013, 06:23 PM
The peek button freezes the app if there are multiple PasswordBox controls on the same page.

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 21 Jan 2013, 08:47 AM
Hello John,

Thank you for contacting us.

We are aware of this undesired behavior in RadPasswordBox. The workaround is to place the password boxes inside content controls:
<ContentControl HorizontalContentAlignment="Stretch">
    <telerikPrimitives:RadPasswordBox />
</ContentControl>
<ContentControl HorizontalContentAlignment="Stretch">
    <telerikPrimitives:RadPasswordBox />
</ContentControl>
Apologies for the inconvenience caused.

All the best,
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
PasswordBox
Asked by
John
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or