dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

UX problem with bp:DatePicker in specific state

Open liviriniu opened this issue 11 months ago • 0 comments

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:

image

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.

liviriniu avatar Mar 13 '24 18:03 liviriniu