Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by J. Künzel on Dec 08, 2008 10:54
open dhtmlx forum
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?

Answer posted by Support on Dec 09, 2008 02:02
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

Attachments (1)