Testing in IE9 on win7-32 bit, the webdatechooser popup shows up behind the webdialog where it is located. The same code works fine on IE6 thru IE8, Firefox, Chrome, and Safari. I am using Infragistics35.WebUI.WebDateChooser.v10.2, Version=10.2.20102.1011. Is this a known issue and is there a workaround?thanks,_matt_
Hey Matt,
I have created a case for you with our developer support staff. CAS-58063-Z7RV62. They will be contacting you shortly with any new news.
Hello Matt,
I was able to see the calendar when drop down button on WebDateChooser is clciked on WebDialogWindow. Here is the mark up of control with JavaScript.
<head runat="server"> <title></title> <script language="javascript" type="text/javascript"> function Button1_onclick() { var Dialog = $find("WebDialogWindow1"); Dialog.show(); } </script></head><body> <form id="form1" runat="server"> <ig:WebScriptManager ID="WebScriptManager1" runat="server"> </ig:WebScriptManager> <ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="336px" WindowState="Hidden" InitialLocation="Centered" Width="438px"> <ContentPane> <Template> <div id="main"> <div style="float:left"> <ig:WebDatePicker ID="WebDatePicker1" runat="server"> </ig:WebDatePicker> </div> <div style="float:left; margin-left:20px"> <igsch:WebDateChooser ID="WebDateChooser1" runat="server"> </igsch:WebDateChooser> </div> <div style="clear:left"></div> </div> </Template> </ContentPane> </ig:WebDialogWindow> </form> <p> <input id="Button1" type="button" value="button" onclick="return Button1_onclick()" /></p></body>
I have tested the sample using Windows 7 and version the 10.2.20102.1011 of Net Advantage for .NET’s toolset, Visual Studio 2010, C#,IE 9. If your environment is different than mine let me know. You can also send me mark of the page with relevant depencies soI may investigate this further.
Thanks,
Bhadresh