vote up 0 vote down star

I have jqGrid running fine locally in VS 2008 in a ASP.NET MVC project. When I upload the project to the server (W2008, IIS7) I get an error in IE 8, Object doesn't support this property or method on the call to jqGrid. In Firebug - jqGrid is not a function. All other JQuery plugins works fine (before and after the upload). Any ideas what could be causing this?

flag

Is it possible to share the non working page url? – SolutionYogi Jul 23 at 16:56
Sorry, can't do that. – Danny Jul 23 at 21:07

1 Answer

vote up 0 vote down check

I found the problem was with the var pathtojsfiles in the jquery.jqGrid.js file. /scripts/js/ works fine locally, but on the server I had to use the full path http://servername/project/Scripts/js/"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.