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 ourASP.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.