This question is locked. New answers and comments are not allowed.
My xaml generates an error:
<UserControlxmlns:globalization="clr-namespace:System.Globalization;assembly=mscorlib"> <telerik:RadNumericUpDown Value="{Binding adeYearManufacture, Mode=TwoWay, ValidatesOnDataErrors=True, ValidatesOnNotifyDataErrors=True, ValidatesOnExceptions=True}" NumberDecimalDigits="0" ShowButtons="False" IsInteger="True" Maximum="9999" NullValue="0" Minimum="0" Width="100" TabIndex="12" HorizontalAlignment="Left" VerticalAlignment="Top" IsEditable="{Binding IsPreview, Converter={StaticResource BooleanInvertConverter}}"> <telerik:RadNumericUpDown.NumberFormatInfo> <globalization:NumberFormatInfo NumberGroupSeparator="" NumberDecimalDigits="0" /> </telerik:RadNumericUpDown.NumberFormatInfo> </telerik:RadNumericUpDown>System.Windows.Markup.XamlParseException occurred
Message=The type 'NumberFormatInfo' was not found because 'clr-namespace:System.Globalization;assembly=mscorlib' is an unknown namespace.
How can I set the number format???