Is it possible to allow the delete, backspace and space keys pressed to make the contents of a numeric masked textbox value back to null.
Here my code:
<telerik:RadMaskedTextBox Width="100" x:Name="txtGrossPay" Grid.Row="24" Margin="165,2,478,2" MaskType="Numeric" Mask="n2" VerticalAlignment="Center" ValueChanging="balances_ValueChanging" SelectionOnFocus="SelectAll" EmptyContent=""></telerik:RadMaskedTextBox>
I want the user to press delete, backspace or space to blank out (null) the value again, instead of 0-ing the value to $0.00
Regards.
Here my code:
<telerik:RadMaskedTextBox Width="100" x:Name="txtGrossPay" Grid.Row="24" Margin="165,2,478,2" MaskType="Numeric" Mask="n2" VerticalAlignment="Center" ValueChanging="balances_ValueChanging" SelectionOnFocus="SelectAll" EmptyContent=""></telerik:RadMaskedTextBox>
I want the user to press delete, backspace or space to blank out (null) the value again, instead of 0-ing the value to $0.00
Regards.