UXDateTimePicker and null

3 replies. Last post: February 18, 2011 7:00 AM by Martin Lie
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Ross SantosMember

Folks,

I have the following:

                            <Intersoft:FieldLabel Grid.Row="5" Grid.Column="0" Grid.ColumnSpan="4" Header="Off-Limits from" HeaderPosition="Top" HeaderForeground="White">

                                <Intersoft:UXDateTimePicker Margin="2" HorizontalAlignment="Left" VerticalAlignment="Center" CornerRadius="0" EditorMode="Both" Value="{Binding CurrentEventMaster.DateTimeOffLimitsFrom, Mode=TwoWay, NotifyOnValidationError=True}" DisplayMask="f" EditMask="f" AllowNull="True" IsAdvancingCaret="True"/>

                            </Intersoft:FieldLabel>

In my ViewModel, I can see that the value prior to being bound to the control is null when stepping through the debugger, however, the control ignores this condition and sets the value to TODAY.
All times are GMT -5. The time now is 7:38 PM.
Previous Next