Hi,
I have modified the Adobe Example and now i am having multiple
printdatagrid.Now i wan to show the complete data of the first
datagrid and then show the complete data the second datagrid.
Any ideas how to do that?????
Thanks
Rajan
<mx:PrintDataGrid id="myDataGrid" width="60%" height="100%">
<!-- Specify the columns to ensure that their order is correct. -
->
<mx:columns>
<mx:DataGridColumn dataField="Index" />
<mx:DataGridColumn dataField="Qty" />
</mx:columns>
</mx:PrintDataGrid>
<mx:PrintDataGrid id="myDataGrid2" width="60%" height="100%">
<!-- Specify the columns to ensure that their order is correct. -
->
<mx:columns>
<mx:DataGridColumn dataField="Index" />
<mx:DataGridColumn dataField="Qty" />
</mx:columns>
</mx:PrintDataGrid>