Does this functionality (http://forums.infragistics.com/forums/t/31798.aspx) export the underlying data or the data what user see on the GUI? There are cases where you apply converters and styles on the gui to make the information more consumable to the reader.
My other question is more techical. If you want to decide which rows and column are omitted from the result, why will be an empty column/row in the exported file?
Regards,Peter
Hello,
I apologize that this post was not answered sooner.
This is from one of our experts:
The Excel Exporter (especially in its latest releases) is quite powerful. It exports all of the data (not just the records currently visible) and can export styles as well. There are several events that can be handled to have complete control on the export.
Here are the main functionalities of the Exporter with the XamDataGrid - http://help.infragistics.com/NetAdvantage/WPF/2010.1/CLR3.5/?page=xamDataGrid_Exporting_to_Excel.html
Please let us know if you need further help with this.
Thank you!