turya

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • in reply to: Resizing grid not works. #91370
    turya
    Participant

    I think the “$.jgrid.extend is not a function” error may be due to your imports being in the wrong order.

    in reply to: jqGrid with complex features. #89997
    turya
    Participant

    I realize this is long after the fact, but in case anyone else is looking to solve a similar problem (extra content on cell hover).

    You can use cluetip plugin or similar to accomplish this.

    in reply to: rowList – all results #89667
    turya
    Participant

    The problem I've seen is with the pager, which chokes on rowNums it doesn't like 'All','0' will end up returning NaN values in recordtext.

    The way I've gotten around this is to add a rowNum option of 100000000 or some other arbitrarily huge #, and then add a jquery call to make the pulldown look nice:

    add to grid options:

    YMMV. It would be nice if jgGrid had an elegant built in way to handle this.

    turya
    Participant

    Or, without having to modify grid.base:

    shiftSelect lifted from: http://clownsinmycoffee.net/20…..th-jquery/

    in reply to: getGridParam(‘selarrrow’) pagination #89187
    turya
    Participant

    for whatever reason “setSelection” doesn't work for me (it sets the background grey, but doesn't set the checkbox to checked).

    in reply to: navGrid in footer and header #85960
    turya
    Participant

    After you create your grid:

    $(“.GridHeader”).append($(“#pager2”));

    in reply to: two toolbars (top AND bottom)? #85959
    turya
    Participant

    I think the missing detail is to pass an array of dom elements to your grid_options pager value.

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

Stay connected with us in your favorite flavor!