Hello
When pressing the arrow button, the dropdown is not shown. Any ideas?
Thanks a lot.
EMoscosoCam said:Any ideas?
OTOH, if you gave us more information, somebody wiser than I might.
Does this only happen on your "deployed" page? That would probably be an installation issue on your "deployed" server.
Otherwise, you might post your markup, and any code that manipulates the WebDateChooser.
The dropdown appears as it should in the IIS v5 of my laptop. But when I placed the page and the assemblies (of this page and the dependencies) on another webserver, the dropdown does not appear. In this other server, I have already created the ig_common virtual directory as instructed in the help documents.
The WebDateChooser is simply placed on the page, no additional manipulating code.
(using v8.2)
I have just discovered that the dropdown appears in the IE7 of another machine running WinXP. Perhaps the problem happens only if I want to see the page in the webserver.
A JavaScript error on the page would cause the error to not appear.
Are you using the latest hot fix of the version of NetAdvantage for .NET that you're using? For that matter, which version of the toolset are you using?
This sounds like it might be a bug to me, but there's still the possibility that there's a setup issue.
I am trying to see the page in the deployed server's IExplorer 7. This server is a Windows 2003 one.
When clicking, the debugger says that the error is in the following line:
function igdrp_expandEffects(...){...
while(o<0&&(pe=pe.parentNode)!=null)if(pe.filters)o=100;...
}
OK, so that is an installation issue, and I'd recommend that you re-post it in the "Installation and Setup" forum, at:
http://forums.infragistics.com/forums/137.aspx
Sorry I can't offer more help than that.