Is there anyway to display a null value in the NumericUpDown control? I don't have an issue saving "null", but the control never shows anything but 0 or >0, even when it's explicity set to null. I need it to display null and integers. Thanks!
<
telerik:RadNumericUpDown x:Name="numMileage" NullValue="" Width="75" IsInteger="True" Minimum="-1" Maximum="30001" NumberDecimalDigits="0" Value="{Binding MileageRange, Mode=TwoWay, ValidatesOnExceptions=True}" Margin="0,0,10,0"></telerik:RadNumericUpDown>