Why dhtmlXGridObject.prototype.printView uses getValue inste

…for cell value?



This causes several problems when using custom cell formating, so getTitle is beter solution here

If getContent() method is defined, printView() used getContent() to print values. You can redefine necessary cell code so getContent() with return getTitle() method:
this.getContent = this.getTitle;