|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Getting started with Grid widget for Syncfusion Essential ASP.NET MVC |
4 | | -description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries |
| 3 | +title: Getting started with ASP.NET MVC Grid Control | Syncfusion |
| 4 | +description: Learn here more about getting started with 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 | 9 |
|
10 | | -# Getting Started |
| 10 | +# Getting Started with ASP.NET MVC Grid |
11 | 11 |
|
12 | 12 | This section explains briefly about how to create a Grid in your application with ASP.NET MVC, and also explains about how to enable basic grid operations like paging, filtering, grouping and summary. The following screenshot illustrates the grid control. |
13 | 13 |
|
14 | | - |
| 14 | + |
15 | 15 |
|
16 | 16 | ## Create your first grid in MVC |
17 | 17 |
|
@@ -44,7 +44,7 @@ The following steps explain creating first grid with an empty datasource: |
44 | 44 |
|
45 | 45 | You can execute the above code sample to render an empty grid is rendered with specified column headers. |
46 | 46 |
|
47 | | - |
| 47 | + |
48 | 48 |
|
49 | 49 | ## Data binding |
50 | 50 |
|
@@ -94,7 +94,7 @@ You can bind the data to grid control using the `DataSource` property. |
94 | 94 |
|
95 | 95 | {% endhighlight %} |
96 | 96 |
|
97 | | - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 | ## Enable paging |
@@ -145,7 +145,7 @@ and `PageSettings` property. |
145 | 145 |
|
146 | 146 | N> _Pager settings can be customized by using the 'PageSize' and 'PageCount' properties. When it is not given the default values for `PageSize` and `PageCount` are 12 and 8 respectively._ |
147 | 147 |
|
148 | | - |
| 148 | + |
149 | 149 |
|
150 | 150 | ## Enable filtering |
151 | 151 |
|
@@ -202,7 +202,7 @@ The [`Filtering`](http://help.syncfusion.com/aspnetmvc/grid/filtering) feature i |
202 | 202 |
|
203 | 203 | {% endhighlight %} |
204 | 204 |
|
205 | | - |
| 205 | + |
206 | 206 |
|
207 | 207 |
|
208 | 208 | ## Enable grouping |
@@ -261,7 +261,7 @@ The ['Grouping'](http://help.syncfusion.com/aspnetmvc/grid/grouping) feature in |
261 | 261 | {% endhighlight %} |
262 | 262 |
|
263 | 263 |
|
264 | | - |
| 264 | + |
265 | 265 |
|
266 | 266 |
|
267 | 267 | ## Add summaries |
@@ -352,5 +352,5 @@ The following code example shows the option to enable group summary. |
352 | 352 |
|
353 | 353 | {% endhighlight %} |
354 | 354 |
|
355 | | - |
| 355 | + |
356 | 356 |
|
0 commit comments