Hi,in XamGrid I want to export the data to excel;in your control XamDataGrid I can use the DataPresenterExcelExporter-Class.Is there a way to use the DataPresenterExcelExporter-Class in XamGrid?Thanks voks
Hi Rob,
For XamGrid Export To Excel
Can you provide an an example where you exporting an UnboundColumn?
Thank you,
Michael Perini
Citigroup
Hi Varun,
I'm not aware of any plans to create a version of the XamGridExcelExporter for WPF but since it is currently not supported for WPF I suggest creating a new idea for it on our product ideas website. http://ideas.infragistics.com/forums/192363-wpf
Thanks a lot.
Actually I wrote similar code to export to excel. By reading that post I thought therer is inbuilt support for it so I was trying that out.
By the way is there any plan to support Export to excel for WPF as well in future?
That's because there is no equivalent. The XamGridExcelExporter is only available in Silverlight. If you want to export the XamGrid in WPF you'll need to manually iterate through all the rows and export the cell data to Excel using the Infragistics Excel Framework. I've included the previous sample converted to WPF.
Hi,
I could't find equivalent InfragisticsSL5.Controls.Grids.ExcelExporter.v12.1.dll in WPF. Can you attach a sample project with this post on how to use Export to Excel API in WPF?
Thanks,
Varun