I have just started to use the NetAdvantage 2011.2. When using the new Input controls (e.g. XamMaskedInput) I noticed that although pressing Tab moves focus correctly forward through the controls, using Shift+Tab (reverse tab navigation) seems to get 'stuck' in the input controls (does not occur in the equivalent editor controls). Is this problem due to the way I'm using them, or a limitation of the Input controls?
This can be easily seen in the xamFeatureBroswer app (xamInputs section examples).
Hello cassellm,
When hitting the Shift and Tab keys staying focus on the XamMaskedInput may be part of the design. In the help documentation contains information for the usage: http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamMaskedInput.html. As for flexibility the control contains the KeyDown event. In this event handler you should be able to add a condition to check whether the shift + tab key has been pressed and then change it's focus.
Let me know if you have any questions with this matter. Thank you.
I am unable to see anything in the suggested document link that references this particular behaviour. As this standard keyboard navigation is supported by standard controls as well as your editor controls, do you expect this limitation/bug to be addressed in the near future?
For a WPF application (which would also be making use of the xamDataGrid) would you recomend the use of the editor controls rather than the new input controls?
Hello Matt,
Thanks for the update on the thread.
Case CAS-83392-Q82XBS has been linked to the thread and also logged as development id 90155. When the issue is resolved I can also update the status on this thread.
Thank you Duane for your prompt responses.
Note that the issue seems to affect all Input control, not just the xamMaskedInput.
Regardless of this issue would you recommend the use of your Editor controls for a WPF application (which will include the xamDataGrid) rather than your Input controls?
The fix is now available in the latest service release download at My Keys & Downloads.
Thanks :)
gbjorgan said: Well, I figured out a workaround but I'd still like to see Shift + Tab work like every other control.
Well, I figured out a workaround but I'd still like to see Shift + Tab work like every other control.
For this issue has been resolved with development #90155 and the fix will be included in the next service release. You can find case CAS-97232-M8MHV5 at the support activity page.
Hello Glen,
This is just a follow up if you require any further assistance.