Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Manual Summary Calculation

  
Department
Location
Budget
CollapseCorporate HeadquartersMonterey$1,000,000.00
 CollapseSales and MarketingSan Francisco$22,000.00
   Field Office: CanadaToronto$500,000.00
   Field Office: East CoastBoston$500,000.00
  CollapsePacific Rim HeadquartersKuaui$600,000.00
    Field Office: SingaporeSingapore$300,000.00
    Field Office: JapanTokyo$500,000.00
      Selected: $0.00
   MarketingSan Francisco$1,500,000.00
     Selected: $0.00
  FinanceMonterey$40,000.00
 CollapseEngineeringMonterey$1,100,000.00
  CollapseConsumer Electronics Div.Burlington, VT$1,150,000.00
    Software DevelopmentMonterey$40,000.00
      Selected: $0.00
  CollapseSoftware Products Div.Monterey$1,200,000.00
    Quality AssuranceMonterey$48,000.00
    Customer SupportMonterey$38,000.00
    Research and DevelopmentBurlington, VT$460,000.00
    Customer ServicesBurlington, VT$850,000.00
      Selected: $0.00
     Selected: $0.00
    Selected: $0.00
   SELECTED: $0.00

The DevExpress ASP.NET Tree List (ASPxTreeList) enables you to manually implement custom aggregate functions or calculate summary values using a custom algorithm. Custom summaries allow you to do the following.

  • Calculate summaries against nodes that meet specific criteria
  • Involve multiple data fields in calculations
  • Implement complex summary functions

To calculate summaries manually, set the summary item's SummaryType property to Custom, and handle the CustomSummaryCalculate event.

In this demo, the summary for the budget of selected departments is calculated.

Collapse/Expand
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).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxTreeListDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxTreeListDemos