Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
845
Export SummaryDescription To Excel
posted

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

Parents
  • 138253
    Offline posted

    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.

    XamDataGridExportSummaries.zip
Reply Children