|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 |
| -title: Grouping with Grid widget for Syncfusion Essential MVC |
4 |
| -description: How to enable grouping and its functionalities |
| 3 | +title: Grouping in ASP.NET MVC Grid Control | Syncfusion |
| 4 | +description: Learn here about Grouping support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: Grid
|
7 | 7 | documentation: ug
|
8 | 8 | ---
|
9 |
| -# Grouping |
| 9 | +# Grouping in ASP.NET MVC Grid |
10 | 10 |
|
11 | 11 | The Grid control has options to group the records based on the required column. When grouping is applied, grouped records are organized into a hierarchical structure to facilitate easier expand and collapse of records. To enable grouping, set `AllowGrouping` property as `true`.
|
12 | 12 |
|
@@ -52,7 +52,7 @@ The following code example describes the above behavior.
|
52 | 52 |
|
53 | 53 | The following output is displayed as a result of the above code example.
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 | ## Initial Grouping
|
@@ -101,7 +101,7 @@ The following code example describes the above behavior.
|
101 | 101 |
|
102 | 102 | The following output is displayed as a result of the above code example.
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 | ## Multi-Column Grouping
|
@@ -150,7 +150,7 @@ The following code example describes the above behavior.
|
150 | 150 |
|
151 | 151 | The following output is displayed as a result of the above code example.
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 |
|
156 | 156 | ## Group Buttons
|
@@ -199,7 +199,7 @@ The following code example describes the above behavior.
|
199 | 199 |
|
200 | 200 | The following output is displayed as a result of the above code example.
|
201 | 201 |
|
202 |
| - |
| 202 | + |
203 | 203 |
|
204 | 204 |
|
205 | 205 | ## Hide Ungroup Button
|
@@ -248,7 +248,7 @@ The following code example describes the above behavior.
|
248 | 248 |
|
249 | 249 | The following output is displayed as a result of the above code example.
|
250 | 250 |
|
251 |
| - |
| 251 | + |
252 | 252 |
|
253 | 253 |
|
254 | 254 | ## Hide Grouped Column
|
@@ -297,7 +297,7 @@ The following code example describes the above behavior.
|
297 | 297 |
|
298 | 298 | The following output is displayed as a result of the above code example.
|
299 | 299 |
|
300 |
| - |
| 300 | + |
301 | 301 |
|
302 | 302 |
|
303 | 303 | ## AutoSize Drop Area
|
@@ -346,7 +346,7 @@ The following code example describes the above behavior.
|
346 | 346 |
|
347 | 347 | The following output is displayed as a result of the above code example.
|
348 | 348 |
|
349 |
| - |
| 349 | + |
350 | 350 |
|
351 | 351 |
|
352 | 352 | ## Hide Drop Area
|
@@ -395,7 +395,7 @@ The following code example describes the above behavior.
|
395 | 395 |
|
396 | 396 | The following output is displayed as a result of the above code example.
|
397 | 397 |
|
398 |
| - |
| 398 | + |
399 | 399 |
|
400 | 400 |
|
401 | 401 | ## Group Caption Format/Group Caption Template
|
@@ -471,10 +471,10 @@ The following code example describes the above behavior.
|
471 | 471 |
|
472 | 472 | The following output is displayed as a result of the above code example.
|
473 | 473 |
|
474 |
| - |
| 474 | + |
475 | 475 |
|
476 | 476 |
|
477 |
| - |
| 477 | + |
478 | 478 |
|
479 | 479 | ## Handling grouped records count in server-side
|
480 | 480 |
|
@@ -541,7 +541,7 @@ The following code example describes the above behavior.
|
541 | 541 |
|
542 | 542 | The following output is displayed as a result of the above code example.
|
543 | 543 |
|
544 |
| - |
| 544 | + |
545 | 545 |
|
546 | 546 |
|
547 | 547 |
|
|
0 commit comments