Hi Martin, Thanks for the reply.
As you mentioned pass HTML as a string in setcellvalue method i am doing like this
$(“#grdActive”).jqxGrid(‘setcellvalue’, GridRowNo, “AlarmImageColumn”, ‘<span id=”imgAlarmActive’ + GridRowNo + ‘” title=”Set Alarm”>
</span>’);
but getting Cannot read property ‘displayfield’ of null any idea on this?