|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Data Adaptors in ASP.NET Web Forms Grid Control | Syncfusion |
4 | | -description: Learn here about data adaptor support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. |
| 3 | +title: data adaptors with Grid widget for Syncfusion Essential JS |
| 4 | +description: How to enable data adaptors and its functionalities |
5 | 5 | platform: aspnet |
6 | 6 | control: Grid |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | | -# Data Adaptors in ASP.NET Web Forms Grid |
| 9 | +# Data Adaptors |
10 | 10 |
|
11 | 11 | The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors). |
12 | 12 |
|
@@ -50,7 +50,7 @@ The following code example describes the above behavior. |
50 | 50 |
|
51 | 51 | The following output is displayed as a result of the above code example. |
52 | 52 |
|
53 | | - |
| 53 | + |
54 | 54 |
|
55 | 55 | ## WebMethod Adaptor |
56 | 56 |
|
@@ -108,7 +108,7 @@ You can use the following code example to use WebMethod adaptor. |
108 | 108 |
|
109 | 109 | The following output is displayed as a result of the above code example. |
110 | 110 |
|
111 | | - |
| 111 | + |
112 | 112 |
|
113 | 113 | ## Url Adaptor |
114 | 114 |
|
@@ -162,7 +162,7 @@ N> 2. The `count` must be returned along with response when paging is enabled in |
162 | 162 |
|
163 | 163 | The following output is displayed as a result of the above code example. |
164 | 164 |
|
165 | | - |
| 165 | + |
166 | 166 |
|
167 | 167 | ## OData Adaptor |
168 | 168 |
|
@@ -192,7 +192,7 @@ You can use the following code example to use OData adaptor. |
192 | 192 |
|
193 | 193 | The following output is displayed as a result of the above code example. |
194 | 194 |
|
195 | | - |
| 195 | + |
196 | 196 |
|
197 | 197 | ## ODataV4 Adaptor |
198 | 198 |
|
@@ -220,7 +220,7 @@ You can use the following code example to use ODataV4 adaptor. |
220 | 220 |
|
221 | 221 | The following output is displayed as a result of the above code example. |
222 | 222 |
|
223 | | - |
| 223 | + |
224 | 224 |
|
225 | 225 | ## WebAPI Adaptor |
226 | 226 |
|
@@ -267,7 +267,7 @@ You can use the following code example to use WebAPI adaptor. |
267 | 267 |
|
268 | 268 | The following output is displayed as a result of the above code example. |
269 | 269 |
|
270 | | - |
| 270 | + |
271 | 271 |
|
272 | 272 | ## RemoteSave Adaptor |
273 | 273 |
|
@@ -331,11 +331,11 @@ You can use the following code example to use RemoteSave adaptor. |
331 | 331 |
|
332 | 332 | The following output is displayed as a result of the above code example. |
333 | 333 |
|
334 | | - |
| 334 | + |
335 | 335 |
|
336 | 336 | On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot. |
337 | 337 |
|
338 | | - |
| 338 | + |
339 | 339 |
|
340 | 340 | ## Foreign Key Adaptor |
341 | 341 |
|
@@ -398,6 +398,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt |
398 | 398 |
|
399 | 399 | The following output is displayed as a result of the above code example. |
400 | 400 |
|
401 | | - |
| 401 | + |
402 | 402 |
|
403 | 403 |
|
0 commit comments