The DevExpress ASP.NET MVC Vertical Grid is a powerful data shaping extension that includes a variety of data summary calculation options. Total Summaries are aggregate function values calculated against all cards within the VerticalGrid, and displayed summary panel, provided that the Settings.ShowSummaryPanel property is set to true.
The VerticalGrid stores its total summary items, which are instances of the ASPxVerticalGridSummaryItem class, in the TotalSummary collection. Built-in aggregate functions include: Min, Max, Avg, Sum and Count.
In this demo, the Total grid row is declared as unbound by setting the UnboundType property to Decimal. The column's cell values are calculated by using the expression specified by the UnboundExpression property.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxVerticalGridDemos |