Is there any event like "RowBinding" in jqgrid. I need to add a image tag to a column of each row data in client side under some conditions.
Something like this,
 RowBinding: function (rowId, rowData) {
           //After manipulating the data it should get bind to the grid.
                }
If there is any alternative please guide me.