Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Ultrawebgrid missing groups in IE8 after deployment
posted

After I deployed my web site from my VS2005 workstation to our IIS7 2008 server, IE8 refuses to show all of the groups in the grid. Only the first group is visible. Why?

It works fine on my workstation. It works fine via IIS with all other browsers (opera, chrome, firefox, & safari). The grid shows all 15 records if I remove grouping. I am using NetAdvantage 9.1 ASP.NET CLR2x 9.1.2009.1.2067 v2.0.50727. I followed the directions for Deploying an Application to a Hosted Server Environment at http://help.infragistics.com/NetAdvantage/ASPNET/2009.1/CLR3.5/.    (didn't find any 2009.1/CLR2.0 specific instructions)

I copied all the DLLS from C:\Program Files\Infragistics\NetAdvantage for .NET 2009.1\ASP.NET\CLR2.0\Bin
to the deployment Bin. I copied all of the scripts from C:\Program Files\Infragistics\NetAdvantage for .NET 2009.1\ASP.NET\CLR2.0\Scripts to the deplyoment scripts directory specified in the web.config
<infragistics.web styleSetName="Default" styleSetPath="~/ig_res"  imageDirectory="~/images" javaScriptDirectory="~/scripts"/>

Here is a screen shot of the deployed web site via FireFox and IE8.