This question is locked. New answers and comments are not allowed.
It seems that when using a RadMaskedCurrency control with the TabNavigation="Local", it works as expected and hitting a tab takes you out of the control. However if you put it in a style like the following, it does not work.
<Style TargetType="telerik:RadMaskedCurrencyInput"> <Setter Property="IsClearButtonVisible" Value="False"/> <Setter Property="TabNavigation" Value="Local" /></Style>