We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Not accepting Min value from keyboard

Hi ,
 
I'm using UpDown and Set Value =120, MinValue =70 and MaxValue =250. I am trying to enter value 70.
are not  accepting Min values from keyboard as specified, but displaying Min values when Delete key is pressed from Keyboard.
 
Allowing to enter value like 71,72.....
 
Thanks,
Raju

2 Replies

RA Raju May 11, 2015 11:52 AM UTC

XAML Code:
 
  <syncfusion:UpDown Name="upDwn1" Width="67" Grid.Row="1"  Grid.Column="1"
                                                  Value="{Binding UpDownValue, ValidatesOnDataErrors=True, UpdateSourceTrigger=PropertyChanged,Mode=TwoWay,NotifyOnSourceUpdated=True}" SourceUpdated="Property_SourceUpdated"
                                                   MinValue="{Binding UpDown.minValue}"
                                                   MaxValue="{Binding UpDown.maxValue}"
                                                  AllowEdit="True"
                                                   Step="1">


VR Vijayalakshmi Roopkumar Syncfusion Team May 12, 2015 10:35 AM UTC

Hi Raju,

Sorry for the inconvenience caused,

We are able to reproduce the reported issue with UpDown control and the fix for the reported issue is already included in 11.3 version. We request you to upgrade to latest version in order to get the fix.

Please let us know if you have any other concerns,

Regards,
Vijayalakshmi V.R.

Loader.
Live Chat Icon For mobile
Up arrow icon