Hi Ivan,
Thank you for the response.
In the sample project, on window1, can you add 4 rad expanders and a visible submit button. Like this:
<telerik:RadExpander
Name="RE1"
...
<telerik:RadExpander
Name="RE2"
...
<telerik:RadExpander
Name="RE3"
...'
<telerik:RadExpander
Name="RE4"
...
<Button
x:Name="btnSubmit">Submit</button>
Run the project. Tab down to the submit button. While on the submit button, press alt+1. When I press alt+1 it should move keyboard focus to re1. It doesn't need to expand or collapse it, just move keyboard focus to it. When I press alt+2 it should move keyboard focus to re2. When I press alt+3 it should move keyboard focus to re3. Finally, when I press altt+4 it should move keyboard focus to re4. No matter where I am on the form, when I press alt+1, alt+2, alt+3, or alt+4 it should immediately move keyboard focus to the associated rad expander.
The attached project you provided is illustrating how to collapse and expand the rad expander using the keyboard, but I am trying to accomplish moving keyboard focus to the rad expanders, not collapsing and expanding them.
Can you please revise the project to illustrate how I can accomplish this task using the keyboard shortcuts to move keyboard focus among the 4 rad expanders?
Thank you.
Bill