WebGrid provides a feature to show group total for a specific table using Column Footer and Custom Aggregate function in WebGrid.
In this topic, you will learn how to display the Group Total feature in specific table.
To show group total for specific table in WebGrid
- Open WebGrid.NET Designer.
- In Popular Settings, click See All Properties.
- Set ColumnFooter to Yes.
- Go to appropriate column then set the AggregateFunction property.
- Click OK to close the designer.
- Run the project.
References
ColumnFooters Property
AggregateFunction Property
Other Resources
Walkthrough Topics
How-to Topics