|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Summary with Grid widget for ASP.NET Core |
4 | | -description: How to enable summary and its functionalities |
| 3 | +title: Summary in ASP.NET Core Grid Control | Syncfusion |
| 4 | +description: Learn here about Summary support in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. |
5 | 5 | platform: aspnet-core |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Summary |
| 10 | +# Summary in ASP.NET Core Grid |
11 | 11 |
|
12 | 12 | The summary rows visibility can be controlled by the`show-summary` property and it can be added to Grid by using the `e-summary-rows` array property. The following code example describes the above behavior. |
13 | 13 |
|
@@ -50,7 +50,7 @@ The summary rows visibility can be controlled by the`show-summary` property and |
50 | 50 | {% endtabs %} |
51 | 51 |
|
52 | 52 |
|
53 | | - |
| 53 | + |
54 | 54 |
|
55 | 55 | ## Supported aggregates |
56 | 56 |
|
@@ -121,7 +121,7 @@ Summaries with `Sum`,`Average`,`Maximum` and `Minimum` aggregate can be defined |
121 | 121 | {% endhighlight %} |
122 | 122 | {% endtabs %} |
123 | 123 |
|
124 | | - |
| 124 | + |
125 | 125 |
|
126 | 126 | ### True and False count |
127 | 127 |
|
@@ -170,7 +170,7 @@ Summaries with `true` and `false` count aggregate can be defined by using `summa |
170 | 170 | {% endhighlight %} |
171 | 171 | {% endtabs %} |
172 | 172 |
|
173 | | - |
| 173 | + |
174 | 174 |
|
175 | 175 |
|
176 | 176 | ## Custom summary |
@@ -228,7 +228,7 @@ Custom summary can be used to create summary values based on your required custo |
228 | 228 | {% endtabs %} |
229 | 229 |
|
230 | 230 |
|
231 | | - |
| 231 | + |
232 | 232 |
|
233 | 233 | ## Group summary |
234 | 234 |
|
@@ -272,7 +272,7 @@ Group summary is used to summarize values of a particular column based on group |
272 | 272 | {% endhighlight %} |
273 | 273 | {% endtabs %} |
274 | 274 |
|
275 | | - |
| 275 | + |
276 | 276 |
|
277 | 277 | W> Minimum one column should be grouped to show the summary details. |
278 | 278 |
|
@@ -319,7 +319,7 @@ To show summaries in each Group's caption row, particular summary row should hav |
319 | 319 |
|
320 | 320 | {% endtabs %} |
321 | 321 |
|
322 | | - |
| 322 | + |
323 | 323 |
|
324 | 324 | W> Minimum one column should be grouped to show summary details. |
325 | 325 |
|
@@ -366,7 +366,7 @@ To format Summary values, the `format` property needs to be assigned in `e-summa |
366 | 366 |
|
367 | 367 | {% endtabs %} |
368 | 368 |
|
369 | | - |
| 369 | + |
370 | 370 |
|
371 | 371 | ## Summary template |
372 | 372 |
|
@@ -421,7 +421,7 @@ The following code example describes the previous behavior. |
421 | 421 |
|
422 | 422 | The following output is displayed as a result of the previous code example. |
423 | 423 |
|
424 | | - |
| 424 | + |
425 | 425 |
|
426 | 426 | ## Handling aggregation in server-side |
427 | 427 |
|
@@ -498,4 +498,4 @@ namespace MvcApplication4.Controllers |
498 | 498 |
|
499 | 499 | The following output is displayed as a result of the previous code example. |
500 | 500 |
|
501 | | - |
| 501 | + |
0 commit comments