I have a XamDataGrid that includes SummaryRows. I set the SummaryDescription with:
fieldLayout.SummaryDescriptionMask = summaryFooterCaption; fieldLayout.Settings.SummaryDescriptionVisibility = Visibility.Visible;
How can I export the summary row description to Excel?
Kind Regards,
Albert
Hello Albert,
Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.