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

Parents
  • 1320
    Offline posted

    Hello Francois,

    I have created a small sample trying to reproduce the described behavior. I am using WebDatePicker version 20.1. On my side everything works as expected and I am able to open the calendar of the WebDatePicker after postback and navigation to another page. I am testing the sample in Chrome, Internet Explorer, Edge, Opera and Firefox.

    Attached you will find my sample for your reference. Please test it on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me along with steps to reproduce. Alternatively, if the behavior cannot be replicated please feel free to provide your own sample. Remove any external dependencies and code that is not directly related to the issue, zip your application and attach in in this case.

    Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior.

    Thank you for your cooperation.

    Looking forward to hearing from you.

    Regards,

    Monika Kirkova,

    Infragistics

    WebDatePicker.zip

Reply Children