Printing a Grid

Hey All,

Is there any way to print the contents of a Grid? I found an add-on ‘Exporter’ but it supports only Table.

If you want to print entire page, you can simply do:

JavaScript.getCurrent().execute("print();");