orish

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: cell as a link #98826
    orish
    Participant

    Thanks it was exactly what I needed.

    in reply to: How to add a image to grid from filesystem #98825
    orish
    Participant

    There is also a much easier way, you can use custom formatter, it is well documented in the wiki.

    in reply to: How to add a image to grid from filesystem #98812
    orish
    Participant

    Hi,

    you can use the setRowdata method in the following way:

    Add this to jqgrid initialization:

    gridComplete:function() {

    cellHtml = 'any html you want';

    $(“#tableid”).jqGrid('setRowData',rowid,{columnname:cellHtml});

    }

    goodluck.

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

Stay connected with us in your favorite flavor!