Hi
Hi How to add class in 2 cell for same row.
Please check below code. Not working below code.
{ title: "Audit", dataType:"string",dataIndx: "actions", width: 70 , cls:'pqImgClass',menuIcon: false,tpHide: true,
render : function (ui) {
rowData.pq_cellcls = rowData.pq_cellcls || {};
rowData.pq_cellcls["text1"] ="pqImgClass";
rowData.pq_cellcls["text2"] ="pqImgClass";
}
},