Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
WebDatePicker popup not showing after any postback
posted

Having this issue with WebDatePicker (Ultimate UI for ASP.NET 4.5 v20.1)

  1. On first load of the project, the WebDataPicker functions normally, the calendar popup shows as expected
  2. After postback or navigating through the web app to another page, or the same page, the calendar popup does not show anymore
  3. Force refresh (Ctrl+F5) does not fix the issue
  4. Reloading the site from a url restores the functionnality, until the next postback/navigation

Behavior is the same in Chrome, Opera, Edge. I see no javascript error in the dev console, at a lost how to fix this.

What is missing for the WebDatePicker to work after navigation postback

My only solution so far is to not use the WebDatePicker and roll my own, which is a PITA...

Edit : striked postback mentions, as they did not cause the issue