jquery - Using jqGrid on IIS7 -
I have jqGrid running locally in VS 2008 as an ASP.NET MVC project. When I upload the project to the server (W2008, IIS7) I get an error in IE 8, the object does not support calling this property or method to call jqGrid in firebug - the jqGrid function is not there. All other jQuery plugins (before uploading and after uploading) work fine Any ideas that might be due to this?
I found that the problem was in jquery with var pathtojsfiles JqGrid.js file / script / js / Works fine locally, but I had to use the full path on the server "
Comments
Post a Comment