Skip to main content Skip to footer
JavaScript Icon

Print for JavaScript Datagrids

Wijmo's JavaScript datagrid, FlexGrid, allows you to print data either by using the print option from the toolbar or programmatically. Print all the rows of a JavaScript datagrid regardless of the number of pages or print the currently viewed page alone.

Print

Wijmo's JavaScript datagrid, FlexGrid, supports using printers as export options, allowing you to convert the datagrid into a format that supports printing. With Wijmo's PrintDocument JavaScript class, you can convert a datagrid into a table element, which can then be rendered onto a page and printed out.

Print Demo

Print Documentation