fridiii

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: jqGrid and Prototype #95805
    fridiii
    Participant

    Jonatan Gonz

    in reply to: jqgrid and prototype #95530
    fridiii
    Participant

    This line:

    grid = $(“#”+$t.p.id), sdata=[];

    in resetFilters(op) function in grid.formedit.js, should be:

    grid = $(“#”+$t.p.id), sdata={};

    as in searchFilters(filters) function.

    Now the Reset button works ok with prototype.js

    in reply to: jqGrid and Prototype #95529
    fridiii
    Participant

    This line:

    grid = $(“#”+$t.p.id), sdata=[];

    in resetFilters(op) function in grid.formedit.js, should be:

    grid = $(“#”+$t.p.id), sdata={};

    as in searchFilters(filters) function.

    Now the search works ok with prototype.js

    in reply to: jqGrid and Prototype #95528
    fridiii
    Participant

    This error occurs on this line:

    data: $.isFunction(ts.p.serializeGridData)? ts.p.serializeGridData.call(ts,ts.p.postData) : ts.p.postData,

    in grid.base.js

    in reply to: jqgrid and prototype #95527
    fridiii
    Participant

    I am using prototype.js too. When I click the Reset button on the search form, jqGrid stops working. If I remove the prototype.js, it works. I am using jqGrid 3.8 Beta… thanks…

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

Stay connected with us in your favorite flavor!