Ajax Control Toolkit Calendar doesn't show in IE8 when inside UpdatePanel

1.2k Views Asked by At

I'm having this problem. When the calendar extender is outside an UpdatePanel, it works perfectly on IE8, however, when inside it, it doesn't show. Anybody having this issue?

Thanks.

1

There are 1 best solutions below

1
On

This might sound crazy, but I had the same issue, and fixed it by removing the TabIndex from the image (that opens the calendar). IE8 doesn't like it when you have a TabIndex on the image.

My calendar opens up inside the update panel ok now :)

Hope this helps!