Hi,
I'm using xamgrid in my application and want to export to excel, but saw somewhere that through xamdatagrid it possible. But xamdatagrid is WPF version. Kindly let me know silverlight version of xamdatagrid or how should i export to excel.
Regards,
Siva
Hi Siva,
We don't currently have a XamGridExcelExporter, however, we do have an ExcelExporter library. Which you can use to export the xamGrid, or your data yourself.
Here are a link to some of our samples that demonstrate how to use this library:
http://labs.infragistics.com/silverlight/lobsamples/2010.3/#/Samples/DocumentExport/ImportFromExcel
-SteveZ