This question is locked. New answers and comments are not allowed.
Hi,
I find that if I have a UI where I have 1 button then a DatePicker then 1 button in the tab order then it seems to take me 2 tabs to move from the button to the DatePicker.
<StackPanel>
<Button Content="Button" />
<Input:RadDatePicker />
<Button Content="Button" />
</StackPanel>
That is - the first tab from the first button seems to navigate me nowhere and the second tab seems to correctly land the focus on the DatePicker.
Any ideas?
Mike.
I find that if I have a UI where I have 1 button then a DatePicker then 1 button in the tab order then it seems to take me 2 tabs to move from the button to the DatePicker.
<StackPanel>
<Button Content="Button" />
<Input:RadDatePicker />
<Button Content="Button" />
</StackPanel>
That is - the first tab from the first button seems to navigate me nowhere and the second tab seems to correctly land the focus on the DatePicker.
Any ideas?
Mike.