This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to programatically control tabbing in a ChildWindow with RadPanes.
When the tab key is pressed on the last textbox on a pane I want to select the next pane and focus the first textbox on that pane.
Walking the Visual Tree, there seems to be no control for a RadPane.
Is there a way to programatically
- find the RadPane which contains a TextBox
- find the next RadPane in the RadPaneGroup
- make that active.
TIA.
I'm trying to programatically control tabbing in a ChildWindow with RadPanes.
When the tab key is pressed on the last textbox on a pane I want to select the next pane and focus the first textbox on that pane.
Walking the Visual Tree, there seems to be no control for a RadPane.
Is there a way to programatically
- find the RadPane which contains a TextBox
- find the next RadPane in the RadPaneGroup
- make that active.
TIA.