Custom aggregate in ASP.NET MVC Tree Grid Component

18 Nov 20181 minute to read

To calculate the aggregate value with your own aggregate functions, use the custom aggregate option. To use custom aggregation, specify the Type as Custom, and provide the custom aggregate function in the CustomAggregate property.

NOTE

To access the custom aggregate value inside the template, use the key as Custom.

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