Sunday, March 11, 2012

CalendarExtender control

I am having the same issues, are you using CSS to style your forms? Any absolute positioning?

Im not using any CSS but my controls are absolute positioned....

Any help people !!


It works fine herehttp://ajax.asp.net/ajaxtoolkit/Calendar/Calendar.aspx. They do not show all the source code.

Any help people.....


alivemedia I found the fix to it. It is with the absolute position.

You must add the following in the Head tags to make the CalenderExtender get its z index.

<

headrunat="server"><title>Untitled Page</title><style>.ajax__calendar_container {z-index :1000 ; }</style>

</

head>

No comments:

Post a Comment