dhtmlxGrid printView and formatting

Hi,

Is there a way to apply the formatting of a cell (e.g. setNumberFormat) when displaying cells in printable version via the grid printView() command? It seems that currently, the raw/unformatted values from the input file (e.g. XML) is what’s displayed even if you have formatted values showing in the page grid.

Please, try to add the following code in the init of your grid:

eXcell_edn.prototype.getContent=function(content){ return this.cell.innerHTML; }