Hi,
Is there any way to print XamGrid complete data?, I tried normal Silverlight 4 Print method, but it is printing only those columns & rows which are viewable at that point of time instead of all columns and rows.
regards,
kthatik
Hello John,
Thank you for your post. I have been looking into it and can suggest you see this sample from our online Samples Browser:
https://es.infragistics.com/samples/silverlight/grid/#/export-data-to-an-excel-document
where it is shown how to use XamGridExcelExporter.
Hope this helps you.
Hi Matt,
Matt Traynor"]I'll create a feature request for this issue
Did anything ever come of this feature request?
Thanks,John
In short, yes:
We have an excel library which you can use to walk through your xamGrid's data and export it to excel.
We don't currently have an XamGridExcelExporter that will do this automatically, although it's something we're considering for a future release.
To see examples of excel exporting, see the following sample:
https://es.infragistics.com/samples/silverlight/grid/
Hope this helps you get started,
-SteveZ
How can export a hierarchical data from xamGrid to excel?
Thanks
Thanks, it helped.