You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi there,
If before I show my
bp:DatePicker
for the first time to the user, I set itsMinDate
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 theStartDate
property that addressed exactly this case.The text was updated successfully, but these errors were encountered: