Hello,
we are extensibely using the DateTimePicker to filter lists with timestamp values displayed.
One comment we receive often from our customers, is that the filter does not work.
We could “reproduce” the behaviour caused by this:
- User picks a date → Nothing happens, the system waits for the time part to be selected too
Now the question is, how can we still use the DateTimePicker to filter by date+time, even when the user only fills in the date part and not also the time part?
I see two potential solutions, but perhaps there exists something else already to deal with this “unexpected” system behaviour?
- Allow us to set a predefined value only for the time part of the picker (00:00 will not be good enough, since the To filter typically should be 23:59)
- Fire an value changed event, even when only the date part was changed and the time is not yet selected