|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Grouping with Grid widget for Syncfusion Essential Angular-2 |
4 | | -description: How to enable grouping and its functionalities |
| 3 | +title: Grouping in Angular Grid Control | Syncfusion |
| 4 | +description: Learn here all about Grouping support in Syncfusion Essential Angular Grid control, its elements, and more. |
5 | 5 | platform: Angular |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | api: /api/Angular/grid |
9 | 9 | --- |
10 | | -# Grouping |
| 10 | +# Grouping in Essential Angular Grid |
11 | 11 |
|
12 | 12 | 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`](https://help.syncfusion.com/api/angular/ejgrid#members:allowgrouping "allowGrouping") property as `true`. |
13 | 13 |
|
@@ -49,7 +49,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
49 | 49 |
|
50 | 50 | The following output is displayed as a result of the above code example. |
51 | 51 |
|
52 | | - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 | ## Initial Grouping |
@@ -94,7 +94,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
94 | 94 |
|
95 | 95 | The following output is displayed as a result of the above code example. |
96 | 96 |
|
97 | | - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 | ## Multi-Column Grouping |
@@ -139,7 +139,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
139 | 139 |
|
140 | 140 | The following output is displayed as a result of the above code example. |
141 | 141 |
|
142 | | - |
| 142 | + |
143 | 143 |
|
144 | 144 |
|
145 | 145 | ## Group buttons |
@@ -184,7 +184,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
184 | 184 |
|
185 | 185 | The following output is displayed as a result of the above code example. |
186 | 186 |
|
187 | | - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 | ## Hide Ungroup button |
@@ -229,7 +229,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
229 | 229 |
|
230 | 230 | The following output is displayed as a result of the above code example. |
231 | 231 |
|
232 | | - |
| 232 | + |
233 | 233 |
|
234 | 234 |
|
235 | 235 | ## Hide Grouped Column |
@@ -274,7 +274,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
274 | 274 |
|
275 | 275 | The following output is displayed as a result of the above code example. |
276 | 276 |
|
277 | | - |
| 277 | + |
278 | 278 |
|
279 | 279 |
|
280 | 280 | ## AutoSize Drop Area |
@@ -319,7 +319,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
319 | 319 |
|
320 | 320 | The following output is displayed as a result of the above code example. |
321 | 321 |
|
322 | | - |
| 322 | + |
323 | 323 |
|
324 | 324 |
|
325 | 325 | ## Hide Drop area |
@@ -364,7 +364,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
364 | 364 |
|
365 | 365 | The following output is displayed as a result of the above code example. |
366 | 366 |
|
367 | | - |
| 367 | + |
368 | 368 |
|
369 | 369 |
|
370 | 370 | ## Group Caption Format / Group Caption Template |
@@ -420,9 +420,9 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
420 | 420 |
|
421 | 421 | The following output is displayed as a result of the above code example. |
422 | 422 |
|
423 | | - |
| 423 | + |
424 | 424 |
|
425 | | - |
| 425 | + |
426 | 426 |
|
427 | 427 | ## Handling grouped records count in server-side |
428 | 428 |
|
@@ -505,4 +505,4 @@ import {Component, ViewEncapsulation} from '@angular/core'; |
505 | 505 |
|
506 | 506 | The following output is displayed as a result of the above code example. |
507 | 507 |
|
508 | | - |
| 508 | + |
0 commit comments