Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions aspnet-core/DataManager/Summary.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Summary | DataManager | ASP.NET Core | Syncfusion
description: summary
description: Learn here about summary support in Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
platform: aspnet-core
control: DataManager
documentation: ug
keywords: Sum, Average, Minimum, Maximum, Distinct
---

# Summary
# Summary in ASP.NET Core DataManager

Summary is a key feature in **DataManager** that helps to aggregate any data. **DataManager** provides several summary type by default, they are as follows.

Expand Down Expand Up @@ -81,7 +81,7 @@ The `Sum` summary type provides the sum of the data. The Sum data utilization me

The result of the above code example is illustrated as follows.

![](Summary_images/Summary_img1.png)
![ASP.NET Core DataManager summary](Summary_images/Summary_img1.png)

## Min

Expand Down Expand Up @@ -142,7 +142,7 @@ The minimum of particular field can be calculated as follows.

The result of the above code example is illustrated as follows.

![](Summary_images/Summary_img2.png)
![ASP.NET Core DataManager max](Summary_images/Summary_img2.png)

## Max

Expand Down Expand Up @@ -203,7 +203,7 @@ The maximum of particular field can be calculated as follows.

The result for the above code example is illustrated as follows.

![](Summary_images/Summary_img3.png)
![ASP.NET Core DataManager average](Summary_images/Summary_img3.png)

## Avg

Expand Down Expand Up @@ -262,7 +262,7 @@ The Average summary type provides the average of the given data. The Average dat

The result of the above code example is illustrated as follows.

![](Summary_images/Summary_img4.png)
![ASP.NET Core DataManager distinct](Summary_images/Summary_img4.png)

## Distinct

Expand Down Expand Up @@ -323,4 +323,4 @@ The following code example illustrates how to use the `ej.distinct` method. In t

The result for the above code example is illustrated as follows.

![](Summary_images/Summary_img5.png)
![ASP.NET Core DataManager summary](Summary_images/Summary_img5.png)
8 changes: 4 additions & 4 deletions aspnet-core/TreeView/Multiple-Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: TreeView with Multiple Selection | TreeView | ASP.NET Core | Syncfusion
description: specify multiple selection option in TreeView and its settings
title: Multiple Selection in ASP.NET Core TreeView Control | Syncfusion
description: Learn here about Multiple Selection in Syncfusion Essential ASP.NET Core TreeView Control, its elements, and more.
platform: aspnet-core
control: TreeView
documentation: ug
---

# Multiple Selection
# Multiple Selection in ASP.NET Core TreeView

The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.

Expand Down Expand Up @@ -58,7 +58,7 @@ In the view page, add the following code and map the properties defined to the c
{% endhighlight %}

By running the previous code, you will get the output like the following:
![](Fullrowselection_images/multiselect.png)
![ASP.NET Core TreeView multiselect](Fullrowselection_images/multiselect.png)


## Select nodes
Expand Down