Skip to content

Infragistics Community Forum / Web / Ignite UI for jQuery / infragistics.lob.js:289 Uncaught TypeError: Cannot read property 'fields' of undefined

infragistics.lob.js:289 Uncaught TypeError: Cannot read property 'fields' of undefined

New Discussion
Adam Kelley
Adam Kelley asked on Jan 14, 2016 9:18 AM

Just above line 289 reads:

* Infragistics.Web.ClientUI Hierarchical Grid 15.2.20152.1027
*
* Copyright (c) 2011-2015 Infragistics Inc.
*
* http://www.infragistics.com/
*
* Depends on:
* jquery-1.4.4.js
* jquery.ui.core.js
* jquery.ui.widget.js
* infragistics.dataSource.js
* infragistics.ui.shared.js
* infragistics.util.js
* infragistics.ui.grid.framework.js
*/

Would missing these cause the JS error?

I’m currently using the following:

<!-- 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.9.1.min.js"></script> 
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script> 
 
<!-- Ignite UI Required Combined JavaScript Files --> 
<script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.core.js"></script> 
<script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.dv.js"></script>
 <script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.lob.js"></script>

 

Sign In to post a reply

Replies

  • 0
    Vasya Kacheshmarova
    Vasya Kacheshmarova answered on Jan 14, 2016 9:18 AM

    Hello Adam,

    Thank you for posting in our community.

    The names of the JavaScript files containing the combined scripts for all of IgniteUI are as follows:

    – infragistics.core.js :  shared dependencies(required)

    – infragistics.lob.js :  a line-of-business controls

    – Infragistics.dv.js : all data visualization controls

    <!-- Ignite UI Required Combined JavaScript Files -->
        <script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.core.js"></script>
        <script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.lob.js"></script>

     

    Along with these files also the css for the IgniteUI controls should be loaded. Css files are as follows:

     Ignite UI Required Combined CSS Files -->
        <link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
        <link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/structure/infragistics.css" rel="stylesheet" />

     

    Also the jQuery and jQuery ui scripts should be loaded. The final list of the scripts should look as following:

     

    <!-- Ignite UI Required Combined CSS Files -->
        <link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
        <link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/structure/infragistics.css" rel="stylesheet" />  
    
        <script src="http://ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.8.3.js"></script>
        <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
        <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
    
        <!-- Ignite UI Required Combined JavaScript Files -->
        <script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.core.js"></script>
        <script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.lob.js"></script>

     

    You can also refer to our online samples browser where you can find working samples with script references for different controls.
    For further reference of Ignite UI scripts I believe you will find the following articles from our documentation useful:

    JavaScript Files in Ignite UI

    Infragistics Content Delivery (CDN) Network for Ignite UI

    I hope you find this information helpful.

    Please do not hesitate to contact me if you have any additional questions regarding this matter.

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Adam Kelley
Favorites
0
Replies
1
Created On
Jan 14, 2016
Last Post
10 years, 1 month ago

Suggested Discussions

Created by

Created on

Jan 14, 2016 9:18 AM

Last activity on

Feb 25, 2026 9:43 AM