rajeshj_18

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: JQGrid shows NaN-NaN for date field when new row is added #101309
    rajeshj_18
    Participant

    Experts, please help.

    in reply to: JQgrid – conditional display of edit dialog #101325
    rajeshj_18
    Participant

    fixed this by using below code

    var grid = $(“#list”); var gid = $.jgrid.jqID(grid[0].id); var $td; if (isLocked == false) { $td = $('#add_' + gid); $td.hide(); $td = $('#edit_' + gid); $td.hide(); $td = $('#del_' + gid); $td.hide(); //$('#pager_left').attr({ style: [“display:none”] }) } else { $td = $('#add_' + gid); $td.show(); $td = $('#edit_' + gid); $td.show(); $td = $('#del_' + gid); $td.show(); //$('#pager_left').attr({ style: [“display:inline”].join(' ') }) }

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

Stay connected with us in your favorite flavor!