Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
525
XamGrid Export to Excel
posted

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

Parents
No Data
Reply
  • 34510
    Offline posted

    Hi voks,

    Because of the underlying differences between the XamGrid and XamDataGrid, the DataPresenterExcelExporter can only be used with the XamDataGrid.

    I think this link will be very helpful.  It explains how you can export the XamGrid to Excel.
    http://help.infragistics.com/Help/NetAdvantage/Silverlight/2011.2/CLR4.0/html/SL_Exporting_xamGrid_Data_to_Excel.html

    A few things to note.  The link points to the Silverlight documentation but the code used to export the grid is the same for WPF as well.  Make sure you include the WPF versions of the assemblies mentioned on the page as well as add InfragisticsWPF4.DataManager.v11.2.dll to the list.

    Let me know if you have any questions on this.

Children