Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
MVC4 and Infragistics 2012.1
posted

I just copy infragistics required js and added scripts to my _Layout.cshtml

        <script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")" type="text/javascript"></script>
        <script src="@Url.Content("~/Scripts/jquery-ui-1.8.20.min.js")" type="text/javascript"></script>
        <script src="@Url.Content("~/Scripts/modernizr-2.5.3.js")" type="text/javascript"></script>
        <script src="@Url.Content("~/Scripts/infragistics.loader.js")" type="text/javascript" ></script>
        <script src="@Url.Content("~/Scripts/infragistics.js")" type="text/javascript"></script>

And start a project and getting error in infragistics.loader.js. Any idea how to fix it?

Microsoft JScript runtime error: Unable to set value of the property 'isDocumentReady': object is null or undefined
on $(function(){$.ig.isDocumentReady=true;

Parents Reply Children
No Data