You would use the example to print the first datagrid, then start over
with the same PDG and different columns and dataprovider.

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rajanjainflex
Sent: Sunday, August 26, 2007 4:17 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Printing having the mutliple PrintDataGrid



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>



 

Reply via email to