VS 2012, Server 2008 running IIS 7.0, Infragistics ASP.Net 2012.2, .NET 4 libraries, IE 10 on W7 developers platform.
I'm new to ASP so this should be a simple solution. New project, add new web page. Add a ScriptManager and WebDatePicker
<div> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <ig:WebDatePicker ID="WebDatePicker1" runat="server" EditModeFormat="F" Width="250px"> </ig:WebDatePicker></div>
and it runs just fine locally. Now I go to the server, copy over the whole project source and all. Then I add all of the Infragistics 4 web binaries to the bin directory. I then go to IIS Manager and Add Application, then set the default page, etc. When I hit the new page, I get zero errors. But the control button that should be on the right side is 250px wide. When I click it I don't get anything and the tooltip shows {0}. So what did I forget. Thanks in advance.
Hello,
I would suggest you to make sure you have deployed the ig_res folder which contains all the required styles and images for the controls. Also, check if there are some javascript errors.
Let me know if you have any questions.
I have the ig_res folder. Nothing is in it's root, but under that there is Default with a bunch of .css files and another folder called images, which also have a bunch of images. The graphic for the down error does show up, but it's stretched real wide. So I was thinking that the images were fine.
I also did the same thing with just a web month calendar. It looks beautiful, but nothing clicks, no mouse over, no changing dates, etc.
So it seems that it's missing javascript somewhere. What else am I missing.
Thanks for the reply.
One of my coworkers found the issue.
IIS needed to register asp.net 4, and enable the ISAPI filters.
Thank you
I'm glad to hear this.
If you face any other issues, please feel free to contact us.