jm44122

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: setGridParam no longer loads data as of jQuery 1.8.3 #101153
    jm44122
    Participant

    Disregard. Apparently my code was affected by other jQuery issues that caused this command be set a negative value. The negative value resulted in the column headers being shown, but none of the data rows.

    for example,

    $myTable.jqGrid('setGridHeight', -100);

    in reply to: Alter status in only one (of many) checkbox columns #99534
    jm44122
    Participant

    As a follow up, this is what I ended up doing. In my colModel, I added a class to the column that I wanted to act on. For example, classes: 'selectAllCheckbox'.

    I altered my jQuery selection, and it seems to work.

    $(“#myGrid”).find('.selectAllCheckbox').find(':checkbox').not(':disabled').attr('checked', $(“#chkSelectAll”).is(“:checked”));

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

Stay connected with us in your favorite flavor!