Categories | Question details Back To List | ||||||||
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. Attachments (1)
|