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
50
UltragridExcel Export & Custom Summaries
posted

Hi,

I'm using a few customized summary classes for my ultragrid (having implemented the ICustomSummaryCalculator). However I can't figure out how to get the ExcelExporter to export these summaries into the Excel doc.  Everything is showing up except these summaries. I'm using ver 8.2 Please help!

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    You should not have to do anything, all summaries should be exported automatically. 

    Are you seeing the summary row/cells in the Excel file and the cells are just blank? Or are you not seeing the summary row or cell at all?

    It's possible that maybe the grid cannot (or just is not) copying your ICustomSummaryCalculator to the cloned layout. If that is the case, it sounds like a bug to me, but no more updates are being made to v8.2. So you would have to work around it in that version.

    Probably, all you have to do is re-apply the summary to the layout which is passed in to the BeginExport event of the UltraGridExcelExporter.

Children