Hi, In my application i have to use the printView functio

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!!! :slight_smile::):slight_smile: