vote up 0 vote down star

I get the following error message when rendering a partial view with a jGrid on.

"Microsoft JScript runtime error: '$.jgrid.defaults' is null or not an object"

I have included the relevant .js files. I am concerned about the following line in jquery.jqGrid.js

var pathtojsfiles = "/Scripts/";

All my .js files are under the scripts folder of my project.

flag

2 Answers

vote up 0 vote down

Try <%= this.ResolveClientUrl("~/Scripts/js/jquery.jqGrid.js") %>

link|flag
vote up 0 vote down

Try <%= Url.Content("~/Scripts/js/jquery.jqGrid.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.