Announcement

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

    Canvas Print Function

    As I would like to show ListGrid component's print layout using following.

    Code:
    listGrid.setShowHeader(false);
    Canvas.showPrintPreview(listGrid);
    The List Grid do not show the header that is corrected as my expect.
    But the Print Preview show the header.

    Then I find many layout API can work on Brower but not the Print Layout.
    Would you please help suggest the solution and method ? Thx a lot
Working...
X