As I would like to show ListGrid component's print layout using following.
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
Code:
listGrid.setShowHeader(false); Canvas.showPrintPreview(listGrid);
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