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
HI,
You could use our Excel Engine and export the XamGrid to an Excel spreadsheet. Then bring up Excel and print.
Here is a help link to our Excel Engine. http://help.infragistics.com/doc/Silverlight/2011.1/CLR4.0/?page=SL_Getting_Started_with_Infragistics_Excel_Engine.html
I'll create a feature request for this issueSincerely, Matt Developer Support Engineer
Hi Matt,
Matt Traynor"]I'll create a feature request for this issue
Did anything ever come of this feature request?
Thanks,John
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.