This question is locked. New answers and comments are not allowed.
I have an issue that I just can't figure out.
Using the RadNumericBox's increase or decrease button, then entering the text box change value.
I have included screenshots.
And here is the XAML.
<Input:RadNumericBox x:Name="rnDD" Grid.Row="2" Grid.Column="0" LargeChange="1" Maximum="24" SmallChange="0.1" Margin="5,5,5,5" VerticalAlignment="Center" HorizontalAlignment="Center" MinWidth="0" ValueFormat="{}{0,0:N1}"/>
1.0 becomes: 1.00000001490116
Thanks
Using the RadNumericBox's increase or decrease button, then entering the text box change value.
I have included screenshots.
And here is the XAML.
<Input:RadNumericBox x:Name="rnDD" Grid.Row="2" Grid.Column="0" LargeChange="1" Maximum="24" SmallChange="0.1" Margin="5,5,5,5" VerticalAlignment="Center" HorizontalAlignment="Center" MinWidth="0" ValueFormat="{}{0,0:N1}"/>
1.0 becomes: 1.00000001490116
Thanks