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
360
Error in Angular 2 for IgGrid
posted

Hello,

 I am trying to implement IgGrid in angular2 (TypeScript & Html) , but getting error TypeError: $(...).igGrid is not a function, i have included  below all the dependecies file  in HTML .

Please help me with this

<link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
<link href="http://cdn-na.infragistics.com/igniteui/2016.2/latest/css/structure/infragistics.css" rel="stylesheet" />
<!-- JavaScript Library Dependencies -->
<script src="http://ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.8.3.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>


<script src="http://cdn-na.infragistics.com/igniteui/2016.2/latest/js/infragistics.core.js"></script>
<script src="http://cdn-na.infragistics.com/igniteui/2016.2/latest/js/infragistics.lob.js"></script>
<script src="https://www.igniteui.com/TypeScriptSamples/hierarchical-grid/typescript.js"></script>

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


Thanks

Parents
No Data
Reply
  • 3995
    Offline posted

    Hello Yogesh,

    Thank you for posting into the Infragistics community!

    It seems that the references are correct, can you attach an isolated sample to reproduce this on my side or you could review this sample?

    Here's the code sample for this sample. 

Children