Hi , I am using infragistics webdatechooser as a calender control in my application. It works fine if its not within ajax update panel tag. But moment i put it in AjaxPanel, it works for the first time but once any ajax event happens, such as a ajaxed button clicked, it stops working. I click on the calender control button and calender does not popup.
Can anyone pls help me?
Thanks
Manish
Same problem....any luck?
I too am having this problem. Anyone have any ideas?
Hi,
I do not know why it does not work for you. I guess you should write a simple aspx sample and submit a bug report.
Datechooser was tested with UpdatePanel and supposed to work. I also just tried following and it worked fine.
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="Button1" runat="server" Text="Button" />
<igsch:WebDateChooser ID="WebDateChooser1" runat="server"></igsch:WebDateChooser>
</ContentTemplate>
</asp:UpdatePanel>
Have you tried hidding the panel when the page is first loaded and then displaying it after a button is clicked?
I'm having the same problem. The webdatachooser is inside a panel that initially is not visible. I display the panel after a button is clicked. Try that and let me know what happens.
Btw, we are not making these things up, plus we are your clients. So, I think that should be a bit more polite when replying to posts of people who are asking for help.
Thanks.
I am also having the same issue. This is getting ridiculous. Can someone at Infragistics offer some fix to this issue?
I'm actually using WebDateChooser control v 8.2. I've tried using Anthem.net and AJAX.net (Microsoft) and I have the same problem with both.
I encountered the same problem as mentioned in this thread, using WebDateChooser v6.2.I believe i have found a solution to this problem:
After installing the new Infragistics WebDateChooser control v8.2 (NedAdvantage2008 Vol. 2 CLR 3.5) the WedDateChooser control remained functional after AJAX events, whereas with v6.2 the Control would stop working.