jQWidgets Forums

jQuery UI Widgets Forums Grid Missing reference error

This topic contains 2 replies, has 2 voices, and was last updated by  mr_putersmit 11 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Missing reference error #52957

    mr_putersmit
    Participant

    I am using the latest version of widgets and for some reason am getting following error in firebug which is preventing grid from loading:

    Error: jqxGrid: Missing references to the following module(s): jqxgrid.filter.js

    I have checked in the ‘net’ tab and all depenpencies are loaded including the file in the error. How can I further debug to trace the error and correct. Thanks

    Missing reference error #52958

    Peter Stoev
    Keymaster

    Hi mr_putersmit,

    The error would be thrown when you try to initialize jqxGrid and the jqxgrid.filter.js file is still not loaded. Most probably your code is not within document.ready function or the path to the file is incorrect.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Missing reference error #52961

    mr_putersmit
    Participant

    Hi Peter
    Thank you for info. I also have additional problem using the php demo:

    server_side_grid_editing_with_popup

    What tends to happen is before the grid loads, the popup is viewable. ie, it is not hidden. It hides when the grid has actually loaded its data. Any advice? Thanks

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

You must be logged in to reply to this topic.