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.

Parents
  • 100
    posted

    Rado Developer Support Engineer I Infragistics, Inc. wrote:

     

    I am writing you regarding your deployment issue.

    I am able to see that you copy all script from the dev to productions server which is not needed with your version.

     

    Starting in .NET Framework 2.0, the NetAdvantage for ASP.NET controls' JavaScript files and some images are included in each control's assembly (e.g., Infragistics35.webUI.UltraWebGrid.9.1) as embedded resources. Therefore, unless you modified the JavaScript files, it's not necessary to deploy the JavaScript files found in the Scripts directory to the production server.

     

    You need to copy only ig_res folder from dev to the production server.

    Please take a look at the following link:

    http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html

     

    Let me know if you still facing the issue.

     

    Bart wrote:

        I removed the images and script directories and modified the web.config file to use the control's assembly.

      <infragistics.web styleSetName="Default" styleSetPath="~/ig_res" />
        <!--imageDirectory="~/images" javaScriptDirectory="~/scripts"/> -->

    The problem still remains.



     

     

Reply Children