Print |
A grid can be easily printed. By default it will print as it appears
on the screen. Several options exist to customize the printing such
as whether the headers should be printed.
|
grid.print();
|
Print Preview |
The print version of a grid can be easily previewed before printing.
The options to the print preview are very similar to the print method.
|
grid.printPreview();
|
|