Rolf

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Problem with the navgrid #93075
    Rolf
    Participant

    Hello,

    I found my problem. I was using :
    $(“#myGrid”).jqGrid({…}).navGrid( $(“#myPager”) , …
    instead of:

    $(“#myGrid”).jqGrid({…}).navGrid(“#myPager”, …

    (which used to work with previous versions)

    Thank you for your help.

    in reply to: Problem with the navgrid #92888
    Rolf
    Participant

    Finally I use:

    • jquery-1.3.2.min.js (an old version of jquery)
    • jquery-ui.min.js (version 1.8rc2 the last version of the ui)
    • i18n/grid.locale-en.js (jqgrid version: 3.6.4 the last version of jqgrid)
    • jquery.jqGrid.min.js (jqgrid version: 3.6.4 the last version of jqgrid)

    Everything works!

    in reply to: Problem with the navgrid #92885
    Rolf
    Participant

    Hello,

    The problem occurs in Ie8, firefox 3.6 and chrome.

    I followed your advice and now I use:

    • jquery-1.4.2.min.js
    • jquery-ui.min.js (version 1.8rc2 of the ui)
    • i18n/grid.locale-en.js (jqgrid version: 3.6.4)
    • jquery.jqGrid.min.js (jqgrid version: 3.6.4)

    The navgrid is displayed but the popup windows

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

Stay connected with us in your favorite flavor!