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
160
UltraWebGrid does not render its scripts
posted

Hi,

I'm facing a strange behavior using Ultra Web Grid under WARP.

On some machines, an "Object expected" error appears when the browser tries to initialize the grid (igtbl_initGrid method) while on most of client machines the application is deployed I have no issues and it works as expected.

After investigating further and comparing responses from a "broken" environment and a "healthy" one , I found out that the WARP response does not include in the <jssrc> section the URLs for ScriptResource.axd that should return the webgrid.js content while on the "healthy" one it does.

I'm using NetAdvantage for ASP.NET version 2009.1.

I would appreciate any comments/help with this, I'm pretty clueless.

Thanks

Parents
No Data
Reply
  • 160
    posted

    Its seems to be an issue with one of the latest Microsoft updates which causes this behavior.

    Tested it in several Windows products (for each of them a different KB update):

     Windows 7: KB2416471
     Windows Vista: KB2416470
     Server 2003 and XP: KB2418241

    After uninstalling them, the grid was rendered successfully. I guess someone from Infragistics should take a look...

Children