In "Custom data tooltips in jqGrid 3.4" discussion, came to know how to use setcell to change the color of the text inside a cell of jqgrid. How can we change the background color of the cell?
Tried the following
jQuery("#list").setCell (row,col,'',{ background-color:'red'})
jQuery("#list").setCell (row,col,'','',{ bgcolor:'red'}
Thanks.