This question is locked. New answers and comments are not allowed.
I'm attempting to use a RadCalculatorPicker, binding it to a property of type Nullable<decimal>. The following exception occurs at bind time. Is there something I can do to avoid this?
Thanks,
Chuck
System.Windows.Data Error: 'MS.Internal.Data.DynamicValueConverter' converter failed to convert value 'null' (type 'null'); BindingExpression: Path='Dto.JobOrder.BaseMin' DataItem='ViewModels.JobOrderDetailViewModel' (HashCode=20470679); target element is 'Telerik.Windows.Controls.RadCalculatorPicker' (Name='uxMinSalary'); target property is 'Value' (type 'System.Decimal').. System.InvalidOperationException: Can't convert type null to type System.Decimal.
at MS.Internal.Data.DynamicValueConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)
at System.Windows.Data.BindingExpression.ConvertToTarget(Object value).
Thanks,
Chuck
System.Windows.Data Error: 'MS.Internal.Data.DynamicValueConverter' converter failed to convert value 'null' (type 'null'); BindingExpression: Path='Dto.JobOrder.BaseMin' DataItem='ViewModels.JobOrderDetailViewModel' (HashCode=20470679); target element is 'Telerik.Windows.Controls.RadCalculatorPicker' (Name='uxMinSalary'); target property is 'Value' (type 'System.Decimal').. System.InvalidOperationException: Can't convert type null to type System.Decimal.
at MS.Internal.Data.DynamicValueConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)
at System.Windows.Data.BindingExpression.ConvertToTarget(Object value).