Hi Landy,
Thanks for contacting Syncfusion support.
We have prepared a sample and performed export action with summary row. To export summary row we need to include displayColumn property in summaryColumns as like below code example.
|
$("#TreeGridContainer").ejTreeGrid({
//...
summaryRows: [
{
title: "Maximum",
summaryColumns: [
{ summaryType: ej.TreeGrid.SummaryType.Sum, dataMember: "Duration", displayColumn: "Duration", prefix: "Total Duration = " },
]
},
],
}) |
Please find the below sample link.
Also we don’t have any events for summary row in the server side. Please share us the detail, what you want to achieve using this event? So that we will provide any alternate solution if possible.
Thanks,
Pooja K