"Infragistics.Win.UltraWinGrid.ExcelExport" namespace,
is there anything like this to convert into PDF?
Is Infragistics.DocumentEngine and Infragistics.Wingrid.DocumentExporter supposed to replace UltraGridPrintDocument?
Or are there things that the latter can do that the former cannot do?
In the 2007 Volume 2 release we added a new code library called Infragistics.Documents which lets you create PFD and XPS documents. The WinGridDocumentExporter was also added to make it easy to export the WinGrid to a PDF or XPS document.
Devin