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
20
.igGrid is not a function
posted

I have a simple sample that i copied from the infragistics site,    how to bind HTML into a HTML Table:

i create a web app in my visual studio, and try to run it, when i tried i got this error from my Browser:

.igGrid is not a function.

Parents
No Data
Reply
  • 3995
    Suggested Answer
    Offline posted

    Hello Pablo,

    This error appears when there are missing references.

    Those are the CDNs for the combined js files:

    <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js"></script>
    <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js"></script>

    To refer to the grid only use this file:

    http://cdn-na.infragistics.com/igniteui/latest/js/modules/infragistics.ui.grid.framework.js

    You can also take a look at this topic

Children