Hi!
I have a view for the user so that he can input his working hours and processed tasks. With the DateTimeEdit Box the user selects a ceratain date from the popup. In older versions of the control the popup was closed after a date was selected. With this version, the popup stays opened. It is closed when I click on different area of my view.
The selected date is changed and the data from my DB is selected and shown.
In the same view I have two additional DateTimeBoxes. With those two separate fields, the user can select a period for registering his holiday. Those fields have the same problem in a different way. Sometimes the popup closes, sometimes not.
For tests I have removed the databinding of the DateTimeBoxes, nothing changed.
Code example for on the fields:
<editors:DateTimeEditBox Grid.Column="1" Grid.Row="0" Value="{Binding SelectedDateVon, UpdateSourceTrigger=PropertyChanged}" Format="D" />
Do you have an idea?