|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Getting started with ASP.NET Core Grid | Syncfusion |
| 3 | +title: Getting started with ASP.NET Core Grid | Syncfusion |
4 | 4 | description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more. |
5 | 5 | platform: aspnet-core |
6 | 6 | control: grid |
@@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of |
94 | 94 |
|
95 | 95 | The following output is displayed as a result of the previous code example. |
96 | 96 |
|
97 | | - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 | ## Enable paging |
@@ -135,7 +135,7 @@ The paging feature in grid offers complete navigation support to easily switch |
135 | 135 |
|
136 | 136 | The following output is displayed as a result of the previous code example. |
137 | 137 |
|
138 | | - |
| 138 | + |
139 | 139 |
|
140 | 140 |
|
141 | 141 | ## Enable filtering |
@@ -178,7 +178,7 @@ To enable filtering, use the `allow-filtering` property of grid is as follows. |
178 | 178 |
|
179 | 179 | The following output is displayed as a result of the previous code example. |
180 | 180 |
|
181 | | - |
| 181 | + |
182 | 182 |
|
183 | 183 |
|
184 | 184 | ## Enable grouping |
@@ -220,7 +220,7 @@ To enable grouping, use the `allow-grouping` property of grid is as follows. |
220 | 220 |
|
221 | 221 | The following output is displayed as a result of the previous code example. |
222 | 222 |
|
223 | | - |
| 223 | + |
224 | 224 |
|
225 | 225 |
|
226 | 226 | ## Add summaries |
@@ -268,4 +268,4 @@ Summaries can be added by setting the `show-summary` to `true` and adding requir |
268 | 268 |
|
269 | 269 | The following output is displayed as a result of the previous code example. |
270 | 270 |
|
271 | | - |
| 271 | + |
0 commit comments