Footer aggregate in ASP.NET MVC 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 to render the aggregate value in footer cells.
NOTE
The aggregate values must be accessed inside the template using their corresponding
Typename.
How to format aggregate value
You can format the aggregate value result by using the Format property.
NOTE
You can refer to our
ASP.NET MVC Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore ourASP.NET MVC Tree Grid exampleto knows how to present and manipulate data.