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
Another approach would be to use the Silverlight Reporting project from Codeplex.
You could check-out this blog post by Mihail Mateev for more information:
http://community.infragistics.com/blogs/mihail_mateev/archive/2010/07/01/introduction-to-silverlight-reporting.aspx
There's also a sample application attached to the end of the post which you might find useful.
HTH,
Thanks, it helped.
How can export a hierarchical data from xamGrid to excel?
Thanks
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://ko.infragistics.com/samples/silverlight/grid/
Hope this helps you get started,
-SteveZ