Hi simple question, I know you can clear the numeric approach in behind code using something like this
<telerik:RadButton Content="Clear" Command="{Binding ElementName=RMTI,Path=ClearCommand}"/>
But I'm looking for an MVVM approach. Any ideas?
In my viewmodel I would set the NumericTextBox value to null but instead of clearing out, it would go to zero. NumericTextBox Value is of type double?