enableSmartRendering and printView

Hi,



if I use enableSmartRendering in grid the printView shows the link formula (e.g. foo^www.foo.com^_blank) as text in cells instead of the link (e.g. foo). It happens with rows which are first shown after scrolling. I have a printfunction with these lines before printView():



for (var i=0; i<mygrid.getRowsNum(); i++)

mygrid.render_row(i);



But the same result. What can I do?



Which version of dhtmlxgrid you are using?

>>I have a printfunction with these lines before printView():

Without such code, grid will really provide not-formated values for printView, but if such lines exists , output must contain link labels only.
Please be sure that you are using latest versions of dhtmlxgrid_excell_link.js and dhtmlxgrid_nxml.js



codebase.zip (5.42 KB)