jQuery UI Widgets Forums Grid Uncaught ReferenceError: jqxBaseFramework is not defined

Tagged: ,

This topic contains 1 reply, has 1 voice, and was last updated by  AA5MC 5 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • AA5MC
    Participant

    Hello,
    I have seen this question answer before and I follow the other post and made sure I had the script sin the right order sample is below the error message however I’m still getting this message?

    jqxgrid.storage.js:8 Uncaught ReferenceError: jqxBaseFramework is not defined
        at jqxgrid.storage.js:8
    jqxgrid.columnsreorder.js:8 Uncaught ReferenceError: jqxBaseFramework is not defined
        at jqxgrid.columnsreorder.js:8
    jquery-3.3.1.min.js:2 Uncaught Error: jqxGrid: Missing references to the following module(s):  jqxgrid.columnsreorder.js
        at b.(anonymous function)._testmodules (http://l4dwipap2210a/omanweb/jqwidgets/jqxgrid.js:7:16228)
        at b.(anonymous function).createInstance (http://l4dwipap2210a/omanweb/jqwidgets/jqxgrid.js:7:9183)
        at Object.a.jqx.applyWidget (jqxcore.js:7)
        at HTMLDivElement.<anonymous> (jqxcore.js:7)
        at Function.each (jquery-3.3.1.min.js:2)
        at k.fn.init.each (jquery-3.3.1.min.js:2)
        at k.fn.init.a.fn.(anonymous function) [as jqxGrid] (http://l4dwipap2210a/omanweb/jqwidgets/jqxcore.js:7:6256)
        at HTMLDocument.<anonymous> (index.html:136)
        at e (jquery-3.3.1.min.js:2)
        at t (jquery-3.3.1.min.js:2)

    here is how I have my script setup, I believe I have them in the right order. I also tried different version of Jquery.
    I’m using the latest version of the widgets:

       <script type="text/javascript" src="scripts/jquery-3.3.1.min.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxcore.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxdata.js"></script> 
        <script type="text/javascript" src="jqwidgets/jqxbuttons.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxscrollbar.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxmenu.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxlistbox.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxdropdownlist.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.sort.js"></script> 
        <script type="text/javascript" src="jqwidgets/jqxgrid.selection.js"></script> 
        <script type="text/javascript" src="jqwidgets/jqxgrid.filter.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.grouping.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.storage.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.columnsresize.js"></script>
        <script type="text/javascript" src="jqwidgets/jqxgrid.columnsreorder.js"></script>

    AA5MC
    Participant

    Hello All,

    My issue was my browser catch. I tested on FireFox and IE and it worked. however in Chrome it did not.
    I clean out my cache etc. it it worked. what a day.

    Thank you

    Mike Colonna

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.