diff --git a/aspnet-core/DataManager/Summary.md b/aspnet-core/DataManager/Summary.md index f0450b1b..b5b6eb99 100644 --- a/aspnet-core/DataManager/Summary.md +++ b/aspnet-core/DataManager/Summary.md @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) diff --git a/aspnet-core/TreeView/Multiple-Selection.md b/aspnet-core/TreeView/Multiple-Selection.md index 305097c2..10a641b3 100644 --- a/aspnet-core/TreeView/Multiple-Selection.md +++ b/aspnet-core/TreeView/Multiple-Selection.md @@ -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. @@ -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