Posted
on May 7, 2008
(permalink)
Hello,
I have an ASP.NET Ajax Web Application in .NET 2.0. Every pages are wrapped inside an update panel. In one of the pages, I have a RadWindow. The page displayed in the RadWindow is wrapped inside an updatepanel. There are various ajax controls set in there (not rad but the regular ajax controls like TextBoxWaterMark, ModalPopup, Calendar, etc). They all work fine without any problem.
When I put this application in SharePoint, the ajax controls in the RadWindow do not work. RadWindow is popped up with all controls and stylesheet intact. The update panel works, everything is asynchronous. But ajax doesn't work. The calendar doesn't show up, text supposed to be textbox watermark thinks as if it is a regular typed in text, and modal popup doesn't show up.
Is this a bug or am I doing something wrong?