[jQuery] Re: $().jqGrid is not a function

2009-02-06 Thread Chuk
I had been messing around with the paths but couldn't seem to get it to work. However, when you open JQuery.JQGrid.js, you see that one of the first lines is var pathtojsfiles = "js/"; // need to be adjusted When I changed "js/" to point to all of the other Javascript files associated with JQGr

[jQuery] Re: $().jqGrid is not a function

2009-02-06 Thread Chuk
I had been messing around with the paths but couldn't seem to get it to work. However, when you open JQuery.JQGrid.js, you see that one of the first lines is var pathtojsfiles = "js/"; // need to be adjusted When I changed "js/" to point to all of the other Javascript files associated with JQGr

[jQuery] Re: $().jqGrid is not a function

2009-02-06 Thread James
Try making sure your path configuration is correct in jquery.jqGrid.js. I'm not sure what the path is suppose to be relative to (probably your calling page), but try out different ones. On Feb 6, 9:09 am, Chuk wrote: > Hi.  I'm making my first attempt at utilizing JQGrid with a CGIDEV2 > applica