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
2715
Order of the js file
posted

Wich is the correct order to load these js files?

<script src="~/Scripts/IG/Reporting/infragistics.reporting.js"></script>

<script src="~/Scripts/IG/infragistics.core.js"></script>

<script src="~/Scripts/IG/infragistics.lob.js"></script>

<script src="~/Scripts/IG/infragistics.dv.js"></script>

I have placed them in _Layout.cshtml in shared view (mvc 5)

Parents Reply Children
No Data