generates the print friendly view
before | string | html which will be placed before the printed grid |
after | string | html which will be placed after the printed grid |
Available only in PRO Edition
//minimal parameters set
myGrid.printView();
//maximal parameters set
myGrid.printView('<div>before</div>','<strong>after</strong>');
Back to top