Hi,
I am using the xamDateTimeInput in silverlight. The date is appearing fine but when I clear the field by highlighting the value and press delete it is not reflected in the data field. This is after tabbing or moving to a different field.
Here's the field XAML
<ig:XamDateTimeInput Grid.Row="0" Grid.Column="1" Value="{Binding Lease.DateOccupied, Mode=TwoWay}" Mask="{}{date}" />
Hi mmalsor,
I'm looking into this issue and I'll have an update ready for you by tomorrow.
I have logged this as a development issue in our internal tracking system with the ID of 99243. I have also opened a case for you that is linked to the development issue so that you may be automatically notified when a fix is available for download. I will also post an update here when a fix is available.
There is a work around for this if you need it right away. You can use the XamDateTimeInput.LostFocus event to check if the text was deleted from the control and handle it the way you want, such as reapplying the binding so the control resets to the current value. This way the user isn't left with an empty control.