In can be done by adding the following code before grid intialization:
eXcell_ch.prototype.getContent = function(){
return “”;
}
eXcell_ra.prototype.getContent = function(){
return “”;
}
mygrid = new dhtmlXGridObject(…);
thanks a lot!!! :)