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
I have the same problem.
I try with an AJAXEnableApplication and it's ok or update your webconfig in your WebApplication.
No, I couldn't solve the problem so I had to use a different calendar. Infragistics never got back to me with a solution. Really bad tech support.
Hi,
As it was suggested, I tested a FileSystem AJAX-WebSite which had WebDateChooser located in initially hidden UpdatePanel. But result was the same: after various full/async postbacks, the drop-down calendar was working. I tried to test different versions (indluding CLR2.0 and 3.5): 6.2.20062.1073, 7.2.20072.1062, 8.2.20082.1000, 8.3.20083.2039 and dlls which were built from the very latest source codes.
Sure my test page missed something, therefore, I asked for a simple sample which may reproduce that bug. Please, use Options to attach aspx which can be used to reproduce that bug, or submit a bug report and in this case a bug will be more official.
My codes in aspx:
<body><form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:UpdatePanel ID="UpdatePanel1" runat="server" Visible="false"> <ContentTemplate> <igsch:WebDateChooser ID="WebDateChooser1" runat="server"></igsch:WebDateChooser> <asp:Button ID="AsyncPostBack" runat="server" Text="AsyncPostBack" /> </ContentTemplate> </asp:UpdatePanel> <asp:Button ID="ShowPanel" runat="server" onclick="ShowPanel_Click" Text="ShowPanel" /></form></body>
Codes in cs:
protected void ShowPanel_Click(object sender, EventArgs e){ this.UpdatePanel1.Visible = true;}
I also have the same problem................ did u find anything?
Agni
I am also having the same issue. This is getting ridiculous. Can someone at Infragistics offer some fix to this issue?