I am trying to mask out negative numbers while using RadMaskedNumericInput. There was a thread on setting ext:MaskedInputExtensions.minimum="0" and that works great for us. We have about 50 RadMaskedNumericInput instances, so I added the following to our style resource xaml for RadMaskedNumericInput:
<Setter Property="ext:MaskedInputExtensions.Minimum" Value="0" />
I am now getting the following exception:
{"'Set property 'System.Windows.Setter.Property' threw an exception.' Line number '1423' and line position '10'."}
{"Value cannot be null.\r\nParameter name: property"}
Can this property be in the style resource XAML? If so, how should that be specified? Any advise would be appreciated.
Thanks,
-Milt