Hi,
What would be the best way to render my Infragistics WebDataGrid in a printer-friendly page (from which the user could print)?
Thanks!
I suggest it would be very helpful for Infragistics to include @media=print css styles for each of your stylesets. You guys know the css rules and html structure of your grids better than us... It just makes sense that those assets should be deployed with the stylesets.
Hi grbdev,
the best way to render WebDataGrid in a printer-friendly page is to use WebDocumentExporter or Excel Exporter. Also you could use css @media rule but this will require additional efforts to write css for printing.
http://forums.infragistics.com/forums/p/52040/271701.aspx#271701
Hope this helps