Using the row editor example with MVC I am getting this error when using IE 11. In firefox it is coming up Ok.
Unhandled exception at line 9, column 48390 in
http://localhost:53009/Scripts/pqgrid.min.js0x800a139e - JavaScript runtime error: Error : Not Found
These are the included scripts
<link rel="stylesheet" href="~/Content/themes/base/jquery-ui.css" />
<script type="text/javascript" src="~/scripts/jquery-2.1.0.min.js"></script>
<script src="~/Scripts/jquery-ui-1.10.4.min.js"></script>
<link href="~/Content/Site.css" rel="stylesheet" />
<!--ParamQuery Grid files-->
<link rel="stylesheet" href="~/Content/themes/base/pqgrid.css" />
<script src="~/Scripts/pqgrid.min.js"></script>
Thank you