Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
xamDateTimeInput field not clearing
posted

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}" />