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

User can no longer use the Enter-Key to finish the Login

3 Answers 150 Views
PasswordBox
This is a migrated thread and some comments may be shown as answers.
Harald
Top achievements
Rank 2
Harald asked on 30 Sep 2016, 07:15 AM

I have two buttons in my login dialog.

<telerik:RadButton x:Name="btnCancel" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2" Width="100" Height="30" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="10,5,0,0" IsCancel="True" Click="btnCancel_Click">Abbrechen</telerik:RadButton>
<telerik:RadButton x:Name="btnOK" Grid.Column="1" Grid.Row="3" Width="100" Height="30" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,5,10,0" IsDefault="True" Click="btnOK_Click">OK</telerik:RadButton>

After I changed the default PasswordBox to the new RadPasswordbox, the user can no longer use the Enter-Key to finish the Login. How can I restore this function?

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 30 Sep 2016, 01:32 PM
Hi Harald,

We are aware of the described behavior and the issue has already been fixed. Please try the next internal (will be available on Monday) and let us know if everything works as expected on your side.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Harald
Top achievements
Rank 2
answered on 30 Oct 2016, 11:00 AM

Hi Kalin,

where can I find the internal release?

0
Accepted
Kalin
Telerik team
answered on 31 Oct 2016, 07:58 AM
Hello Harald,

The fix has been included in the Service Pack that went live last - R3 2016 SP1. Please download it from your profile and let us know if everything works as expected on your side.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
Tags
PasswordBox
Asked by
Harald
Top achievements
Rank 2
Answers by
Kalin
Telerik team
Harald
Top achievements
Rank 2
Share this question
or