<telerik:RadMaskedNumericInput Value="{Binding Quantity, Mode=TwoWay}"> <telerik:RadMaskedNumericInput.InputBindings> <KeyBinding Key="Enter" Command="{Binding DoSomethingCommand}" /> <KeyBinding Key="Tab" Command="{Binding DoSomethingCommand}" /> </telerik:RadMaskedNumericInput.InputBindings></telerik:RadMaskedNumericInput>The Tab KeyBinding works perfectly, but the Enter doesn't work.
This behavior works in a TextBox, is this possible in a MaskedInput?