Skip to content

Commit 934a388

Browse files
SEO-3261-bing-report-issues
1 parent 2051514 commit 934a388

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

aspnet/Grid/Data-Adaptors.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
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
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
9-
# Data Adaptors in ASP.NET Web Forms Grid
9+
# Data Adaptors
1010

1111
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).
1212

@@ -50,7 +50,7 @@ The following code example describes the above behavior.
5050

5151
The following output is displayed as a result of the above code example.
5252

53-
![ASP.NET Web Forms Grid WebMethod Adaptor](Data-Adaptors_images/Data-Adaptor_img1.png)
53+
![](Data-Adaptors_images/Data-Adaptor_img1.png)
5454

5555
## WebMethod Adaptor
5656

@@ -108,7 +108,7 @@ You can use the following code example to use WebMethod adaptor.
108108

109109
The following output is displayed as a result of the above code example.
110110

111-
![ASP.NET Web Forms Grid Url Adaptor](Data-Adaptors_images/Data-Adaptor_img2.png)
111+
![](Data-Adaptors_images/Data-Adaptor_img2.png)
112112

113113
## Url Adaptor
114114

@@ -162,7 +162,7 @@ N> 2. The `count` must be returned along with response when paging is enabled in
162162

163163
The following output is displayed as a result of the above code example.
164164

165-
![ASP.NET Web Forms Grid OData Adaptor](Data-Adaptors_images/Data-Adaptor_img3.png)
165+
![](Data-Adaptors_images/Data-Adaptor_img3.png)
166166

167167
## OData Adaptor
168168

@@ -192,7 +192,7 @@ You can use the following code example to use OData adaptor.
192192

193193
The following output is displayed as a result of the above code example.
194194

195-
![ASP.NET Web Forms Grid ODataV4 Adaptor](Data-Adaptors_images/Data-Adaptor_img4.png)
195+
![](Data-Adaptors_images/Data-Adaptor_img4.png)
196196

197197
## ODataV4 Adaptor
198198

@@ -220,7 +220,7 @@ You can use the following code example to use ODataV4 adaptor.
220220

221221
The following output is displayed as a result of the above code example.
222222

223-
![ASP.NET Web Forms Grid WebAPI Adaptor](Data-Adaptors_images/Data-Adaptor_img5.png)
223+
![](Data-Adaptors_images/Data-Adaptor_img5.png)
224224

225225
## WebAPI Adaptor
226226

@@ -267,7 +267,7 @@ You can use the following code example to use WebAPI adaptor.
267267

268268
The following output is displayed as a result of the above code example.
269269

270-
![ASP.NET Web Forms Grid RemoteSave Adaptor](Data-Adaptors_images/Data-Adaptor_img6.png)
270+
![](Data-Adaptors_images/Data-Adaptor_img6.png)
271271

272272
## RemoteSave Adaptor
273273

@@ -331,11 +331,11 @@ You can use the following code example to use RemoteSave adaptor.
331331

332332
The following output is displayed as a result of the above code example.
333333

334-
![ASP.NET Web Forms Grid adaptor](Data-Adaptors_images/Data-Adaptor_img7.png)
334+
![](Data-Adaptors_images/Data-Adaptor_img7.png)
335335

336336
On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot.
337337

338-
![ASP.NET Web Forms Grid Foreign Key Adaptor](Data-Adaptors_images/Data-Adaptor_img8.png)
338+
![](Data-Adaptors_images/Data-Adaptor_img8.png)
339339

340340
## Foreign Key Adaptor
341341

@@ -398,6 +398,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt
398398

399399
The following output is displayed as a result of the above code example.
400400

401-
![ASP.NET Web Forms Grid data adaptor](Data-Adaptors_images/Data-Adaptor_img9.png)
401+
![](Data-Adaptors_images/Data-Adaptor_img9.png)
402402

403403

0 commit comments

Comments
 (0)