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
90
Help! Javascript errors when using Load On Demand = XML
posted

I am getting Javascript errors on a couple of client machines trying to run our application.
The page in question uses a Grid with Load on demand = XML.
For these client's no data gets displayed and a javascript error occurs.
the error is : "igtbl_Grid is undefined"
We are currently using Infragistics 2007 vol 2.
The clients in question have IE6, and windows xp SP2.
This same page works fine for many other clients.  Have a made an attempt to run throught the clients' internet setting but was unable to find anything out of place.  

Please, Can any one help? Anyone have any recomendations on how to trouble shoot the problem?

 

 

Parents
  • 1171
    posted

    Sounds like some of the javascript files isn't being downloaded. If it's only happening on some machines then maybe it's some security setting that isn't letting all the files through. 

    Try putting the names of the javascript files directly into the browser's address bar and see if you can download them directly. The way to do this is to view the source of the document, search for <script> tags and then cut and paste from the script tag into the address bar. If IE won't download the scripts directly it might give you some information about what's going wrong. 

Reply Children