I am trying to focus the first Control in RadExpanders Content when it is expanded.
How can I get this to work... I don't want to use the controls Name - just the first contol inside the RadExpanders Content that has 'isTabStop'=true
Thank you for your support!
2 Answers, 1 is accepted
0
Accepted
Petar Mladenov
Telerik team
answered on 31 Mar 2011, 01:28 PM
Hello Bruno,
The IsTabStop is property used when navigating with the Kyboard`s tab Key. It should be used like so:
When expanding the focus is still in the Expander, not in its content controls by default. So you have to pragramatically focus them, using x:Name or ChildrenOftype<>.
When expanding the focus is still in the Expander, not in its content controls by default. So you have to pragramatically focus them, using x:Name or ChildrenOftype<>.