Thank you for the reply
I get this error "Unable to get property 'replace' of undefined or null reference"
{ title: "Deployed Location", width: 200, dataIndx: "DeployedLocations", hidden: hideLoc, /*hideLoc uses the varible from the dropdown list deployedLoc and the condtion is around Line#312*/
filter: { type: "textbox",
condition: 'contain',
listeners: ['keyup']
},
render: function(ui){
return ui.cellData.replace(/\|/g,"<br/>");
}
},