dotvvm
dotvvm copied to clipboard
UX problem with bp:DatePicker in specific state
Hi there,
If before I show my bp:DatePicker
for the first time to the user, I set its MinDate
property to 1,2 or more months in the future, when it is first accessed it displays an unavailable current month. At the time of writing this, it is 13th of March so what the user sees when the popup is opened and then tries to see the calendar:
Then it jumps to the first available day when trying to navigate the control.
PS:
I did not find any markup property of the control that could set the visible start month.
The CalendarExtender
from the ancestral AjaxControlToolkit had the StartDate
property that addressed exactly this case.