Dear Colleagues,
I have difficulties to use Minimum Property. Here's the XAML:
Control sets its value to 0 (zero), and the user cannot increase the value. When I remove the Minimum property from the definition, it works fine.
Am I missing something ? (Version : 2010.1.702.35)
Thank you.
I have difficulties to use Minimum Property. Here's the XAML:
<Telerik:RadNumericUpDown IsInteger="True" Minimum="0" x:Name="NumericPieces" Value="1" Grid.Column="1" Margin="5" Grid.Row="0"></Telerik:RadNumericUpDown>Control sets its value to 0 (zero), and the user cannot increase the value. When I remove the Minimum property from the definition, it works fine.
Am I missing something ? (Version : 2010.1.702.35)
Thank you.