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

AccessKeys do not work when NumericUpDown has focus

1 Answer 54 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 06 Nov 2009, 08:01 PM
It seems that wpf accesskeys do not work when a NumericUpDown field has focus.  I was able to reproduce this in a new project with just a label and an NumericUpDown control.  Can you offer a work around or bug fix?  Please let me know if you need more detail.

Thanks,

Alex

<Window x:Class="AccessKeySample.Window1" 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    Height="125" Width="75" 
        xmlns:d="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"
    <StackPanel> 
        <Label x:Name="_label" Target="{Binding ElementName=_textBox}"
            tes_t 
        </Label> 
         
        <TextBox x:Name="_textBox"/> 
        <d:RadNumericUpDown/> 
    </StackPanel> 
</Window> 
 

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 12 Nov 2009, 11:26 AM
Hello Alex,

Thank you for the code snippet. I was able to reproduce the problem and we will do our best to provide a fix in the internal build next week. Your points have been updated.

Sincerely yours,
Valeri Hristov
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.
Tags
NumericUpDown
Asked by
Alex
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or