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
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.
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,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.