This content has been marked as final.
Show 1 reply
-
1. Re: Styles applied for PrintDataGrid are not getting affected.
DeanLoganBH Feb 26, 2013 6:31 AM (in response to $h@!k101)From the documentation for PrintDataGrid
The PrintDataGrid control is a DataGrid subclass that is styled to show a table with line borders and is optimized for printing. It can automatically size to properly fit its container, and removes any partially displayed rows.
The
<mx:PrintDataGrid>tag inherits the tag attributes of its superclass; however, you do not use the properties, styles, events, and effects (or methods) associated with user interaction.You might have to look into converting the data to a PDF for printing in order to get the styles you are looking for.

