Footer Aggregate in ASP.NET Core Tree Grid Component

18 Nov 20181 minute to read

Footer aggregate value is calculated for all the rows, and it is displayed in the footer cells. Use the footerTemplate property of e-treegrid-aggregate-column tag helper to render the aggregate value in footer cells.

NOTE

The aggregate values must be accessed inside the template using their corresponding type name.

How to format aggregate value

You can format the aggregate value result by using the format property of e-treegrid-aggregate-column tag helper.

NOTE

You can refer to our ASP.NET Core Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid example ASP.NET Core Tree Grid example to knows how to present and manipulate data.