Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    PDF Export of TreeGrid doesn't show connectors

    SmartClient Pro - 9.1 6/22 nightly build

    I have a TreeGrid in my page that I need to export to PDF using the Java servlet piece.

    My treegrid is setup to use the connector lines with
    Code:
    showConnectors: true,
    showFullConnectors: true,
    When I do my export, only the inner-most connectors are shown in the PDF. (See the attached screenshot)

    Any ideas what I can do to get them to show?

    I also wouldn't mind any tips you might provide that would help me get rid of the gaps in the lines as shown on the screen.

    Update: Another issue
    Using the showPrintPreview() function shows the connectors on the screen in preview mode, but printing on paper does not print the connectors. (Firefox 30.0, Win 7/64)
    Attached Files
    Last edited by ssouthwell; 23 Jun 2014, 14:04. Reason: Added print preview issue.
Working...
X