I am not able to print multiple grids (in single print document) with different headers as follows:
This topic is discussed in the following thread:http://forums.infragistics.com/forums/t/16057.aspx
Another option is to instead use the Infragistics Documents engine to export both grids to a single PDF or XPS document.
Vince,
Thank you for the help, but I want to show more than 1 grid with different headers in print preview using ultraGridPrintDocument.
Regards,
Shalabh
I understand that you'd like to print multiple grids, using different headers, utilizing a single WinGridPrintDocument.
As Mike mentions in the thread I linked to, it's only possible to print data from multiple grids on the same WinGridPrintDocument if you aggregate the data into a single, separate grid. Since you need different headers for each "grid," aggregating the data becomes an option you likely can't use.
Using the Documents engine is the best alternative available.