HI
Over a MVVM model, I have a form with three controls: two XamComboEditor (version 10.3.20103.1006) and a TextBox. The second XamComboEditor IsEnabled property depends on the contents of the first: IsEnabled = "{Binding Path = HabilitarEstilo}".
When the user changes the selected item from the first XamComboEditor and this activates the second XamComboEditor (IsEnabled = True), and then try to move the focus to the second XamComboEditor (using [Tab] key or the mouse) immediately focus jumps into the following TextBox.
No control has code in events (everything is MVVM) and using "Silverlight Spy" I see two XamComboEditor always pass the IsTabStop property to false, so you enter to True.
Please, could you help me with this problem?
Thank you,
Jaimir G.
Hi Jason,
I Attach your project with our sample.
Thank you
I attempted to reproduce this in the attached sample but couldn't get the same issue to occur. Do you see the issue with this sample as well?
If not, could you provide a small sample or some XAML that demonstrates how you've implemented the controls?