Skip to content

Commit 8856f53

Browse files
Merge pull request #208 from syncfusion-content/SEO-2489-ASP.NET-MVC
SEO-2489 ASP.NET MVC changes
2 parents 3a0fcae + fb85bce commit 8856f53

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

aspnetmvc/Grid/Data-Adaptors.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: data-Adaptor with Grid widget for Syncfusion Essential MVC
4-
description: How to enable data-Adaptor and its functionalities
3+
title: data-Adaptor in ASP.NET MVC Grid control | Syncfusion
4+
description: Learn here about getting started with Syncfusion ASP.NET MVC Grid control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Data Adaptors
9+
# Data Adaptors in ASP.NET MVC Grid
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

@@ -56,7 +56,7 @@ The JSON Adaptor is used when the grid is bound with local datasource. It can be
5656

5757
The following output is displayed as a result of the above code example.
5858

59-
![](Data-Adaptors_images/Data-Adaptor_img1.png)
59+
![JSON adaptors in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img1.png)
6060

6161
## Url Adaptor
6262

@@ -129,7 +129,7 @@ The following code example describes the above behavior.
129129

130130
The following output is displayed as a result of the above code example.
131131

132-
![](Data-Adaptors_images/Data-Adaptor_img2.png)
132+
![Url adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img2.png)
133133

134134

135135
## OData Adaptor
@@ -162,7 +162,7 @@ You can use the following code example to use OData Adaptor.
162162

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

165-
![](Data-Adaptors_images/Data-Adaptor_img3.png)
165+
![OData adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img3.png)
166166

167167
## ODataV4 Adaptor
168168

@@ -193,7 +193,7 @@ You can use the following code example to use ODataV4 Adaptor.
193193

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

196-
![](Data-Adaptors_images/Data-Adaptor_img4.png)
196+
![ODataV4 adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img4.png)
197197

198198

199199
## WebAPI Adaptor
@@ -243,7 +243,7 @@ You can use the following code example to use WebAPI Adaptor.
243243

244244
The following output is displayed as a result of the above code example.
245245

246-
![](Data-Adaptors_images/Data-Adaptor_img5.png)
246+
![WebAPI adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img5.png)
247247

248248
## RemoteSave Adaptor
249249

@@ -320,11 +320,11 @@ You can use the following code example to use RemoteSaveAdaptor.
320320

321321
The following output is displayed as a result of the above code example.
322322

323-
![](Data-Adaptors_images/Data-Adaptor_img6.png)
323+
![Remote saver adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img6.png)
324324

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

327-
![](Data-Adaptors_images/Data-Adaptor_img7.png)
327+
![CRUD operation in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img7.png)
328328

329329

330330
## Foreign Key Adaptor
@@ -384,7 +384,7 @@ The following code example describes the above behavior.
384384

385385
The following output is displayed as a result of the above code example.
386386

387-
![](Data-Adaptors_images/Data-Adaptor_img8.png)
387+
![Foreign key adaptor in ASP.NET MVC Grid](Data-Adaptors_images/Data-Adaptor_img8.png)
388388

389389
## Custom Adaptor
390390

aspnetmvc/Grid/Data-Binding.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: DataBinding with Grid widget for Syncfusion Essential JS
4-
description: How to bind in-memory JSON and remote web services in Grid
3+
title: DataBinding in ASP.NET MVC Grid control | Syncfusion
4+
description: Learn here about getting started with Syncfusion ASP.NET MVC Grid control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Data Binding
9+
# Data Binding in ASP.NET MVC Grid
1010

1111
Grid `DataSource` property allows to bind datasource as the instance of one of the following types.
1212

@@ -67,7 +67,7 @@ The following code example describes the above behavior.
6767

6868
The following output is displayed as a result of the above code example.
6969

70-
![](Data-Binding_images/Data-Binding_img1.png)
70+
![IEnumerable in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img1.png)
7171

7272
## DataTable
7373

@@ -133,7 +133,7 @@ The following code example describes the above behavior.
133133

134134
The following output is displayed as a result of the above code example.
135135

136-
![](Data-Binding_images/Data-Binding_img2.png)
136+
![Data table in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img2.png)
137137

138138
## Entity Framework
139139

@@ -174,7 +174,7 @@ The following code example describes the above behavior.
174174

175175
The following output is displayed as a result of the above code example.
176176

177-
![](Data-Binding_images/Data-Binding_img3.png)
177+
![Entity framework in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img3.png)
178178

179179
See Also
180180

@@ -219,7 +219,7 @@ The following code example describes the above behavior.
219219

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

222-
![](Data-Binding_images/Data-Binding_img4.png)
222+
![LINQ to SQL in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img4.png)
223223

224224
See Also
225225

@@ -317,7 +317,7 @@ The following code example describes the above behavior.
317317

318318
The following output is displayed as a result of the above code example.
319319

320-
![](Data-Binding_images/Data-Binding_img5.png)
320+
![ITypedlist interface in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img5.png)
321321

322322
See Also
323323

@@ -368,7 +368,7 @@ The following code example describes the above behavior.
368368

369369
The following output is displayed as a result of the above code example.
370370

371-
![](Data-Binding_images/Data-Binding_img6.png)
371+
![Complex binding in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img6.png)
372372

373373
W> A navigation property that represents the "many" end of a relationship cannot be specified using lambda expression. Instead `Field` name can be provide as string in such as case.
374374

@@ -402,7 +402,7 @@ The following code example describes the above behavior.
402402

403403
The following output is displayed as a result of the above code example.
404404

405-
![](Data-Binding_images/Data-Binding_img7.png)
405+
![WCF data service in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img7.png)
406406

407407
See Also
408408

@@ -436,7 +436,7 @@ The following code example describes the above behavior.
436436

437437
The following output is displayed as a result of the above code example.
438438

439-
![](Data-Binding_images/Data-Binding_img8.png)
439+
![ODataV4 service in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img8.png)
440440

441441
## Web API Service
442442

@@ -491,7 +491,7 @@ The following code example describes the above behavior.
491491

492492
The following output is displayed as a result of the above code example.
493493

494-
![](Data-Binding_images/Data-Binding_img9.png)
494+
![Web API services in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img9.png)
495495

496496
## HTML Table binding
497497

@@ -580,7 +580,7 @@ The following code example describes the above behavior.
580580

581581
The following output is displayed as a result of the above code example.
582582

583-
![](Data-Binding_images/Data-Binding_img10.png)
583+
![HTML table binding in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img10.png)
584584

585585
## Miscellaneous
586586

@@ -610,7 +610,7 @@ The following code example describes the above behavior.
610610

611611
The following output is displayed as a result of the above code example.
612612

613-
![](Data-Binding_images/Data-Binding_img11.png)
613+
![Load on demand in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img11.png)
614614

615615
### Load at once
616616

@@ -640,7 +640,7 @@ The following code example describes the above behavior.
640640

641641
The following output is displayed as a result of the above code example.
642642

643-
![](Data-Binding_images/Data-Binding_img12.png)
643+
![Load at once in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img12.png)
644644

645645
### Data caching
646646

@@ -675,7 +675,7 @@ The following code example describes the above behavior.
675675

676676
The following output is displayed as a result of the above code example.
677677

678-
![](Data-Binding_images/Data-Binding_img13.png)
678+
![Data caching in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img13.png)
679679

680680
### Custom request parameters and HTTP Header
681681

@@ -708,7 +708,7 @@ E> Attempting to add custom parameters with key name same as any default AJAX pa
708708

709709
The following output is displayed as a result of the above code example.
710710

711-
![](Data-Binding_images/Data-Binding_img14.png)
711+
![Adding request parameters in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img14.png)
712712

713713
#### Adding custom HTTP headers
714714

@@ -739,7 +739,7 @@ N> To add custom headers to the DataManager through JavaScript, refer to this [
739739

740740
The following output is displayed as a result of the above code example.
741741

742-
![](Data-Binding_images/Data-Binding_img15.png)
742+
![Adding custom HTTP headers in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img15.png)
743743

744744
### Handling HTTP Errors
745745

@@ -791,4 +791,4 @@ The following code example describes the above behavior.
791791
792792
The following output is displayed as a result of the above code example.
793793
794-
![](Data-Binding_images/Data-Binding_img16.png)
794+
![Handling HTTP errors in ASP.NET MVC Grid](Data-Binding_images/Data-Binding_img16.png)

aspnetmvc/RichTextEditor/Image-and-File-browser.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Image and File browser in RichTextEditor widget for Syncfusion Essential ASP.NET MVC
4-
description: Configuring and working with Image and File browser in RichTextEditor
3+
title: Image and File browser in ASP.NET MVC RichTextEditor control | Syncfusion
4+
description: Learn here about getting started with Syncfusion ASP.NET MVC RichTextEditor control, its elements, and more.
55
platform: ejmvc
66
control: RTE
77
documentation: ug
88
keywords: RichTextEditor, File browser, Image, Image Browser
99

1010
---
1111

12-
# Image and File browser
12+
# Image and File browser in ASP.NET MVC RichTextEditor
1313

1414
The editor allows you to manage the images and files using **FileExplorer**. The FileExplorer enables you to insert images from online source as well as local computer where you want to insert the image in your content. The Image and file browser is the ability to upload pictures and link file to the editor.
1515

@@ -35,7 +35,7 @@ If you want to insert an image from online source like Google, ping, etc., you n
3535

3636
{% endhighlight %}
3737

38-
![](ImageandFilebrowser_images/ImageandFilebrowser_img1.png)
38+
![Insert an image from online source in ASP.NET MVC RichTextEditor](ImageandFilebrowser_images/ImageandFilebrowser_img1.png)
3939

4040

4141
## Insert an Image from Your Computer
@@ -97,7 +97,7 @@ public ActionResult FileActionMethods(Syncfusion.JavaScript.FileExplorerParams a
9797

9898
{% endhighlight %}
9999

100-
![](ImageandFilebrowser_images/ImageandFilebrowser_img2.png)
100+
![Insert an image from your computer in ASP.NET MVC RichTextEditor](ImageandFilebrowser_images/ImageandFilebrowser_img2.png)
101101

102102

103103
N> FileExplorer component has been implemented and integrated with the editor in Volume 1, 2015 release. For more information about FileExplorer component, see [here](http://help.syncfusion.com/aspnetmvc/fileexplorer/overview).
@@ -106,7 +106,7 @@ N> FileExplorer component has been implemented and integrated with the editor in
106106

107107
You can set or modify the properties of an image by using the image dialog. It allows you to add links, apply border and set additional styles to the images. The editor provides an option to specify the alternate text for an image, if the image cannot be displayed.
108108

109-
![](ImageandFilebrowser_images/ImageandFilebrowser_img3.png)
109+
![Image properties in ASP.NET MVC RichTextEditor](ImageandFilebrowser_images/ImageandFilebrowser_img3.png)
110110

111111

112112
## Resize an Image
@@ -117,7 +117,7 @@ You can resize an image either manually or by setting width and height in the im
117117

118118
You can resize an image manually by selecting an image. And drag the handle until the image is resized to the desired size.
119119

120-
![](ImageandFilebrowser_images/ImageandFilebrowser_img4.png)
120+
![Resize an image manually in ASP.NET MVC RichTextEditor](ImageandFilebrowser_images/ImageandFilebrowser_img4.png)
121121

122122
N> Set the default height and width of the Images which was inserted into the RTE text area in “change” event of RTE - {{'[Link](http://jsplayground.syncfusion.com/Sync_rghpsadi)'| markdownify }}
123123

@@ -147,7 +147,7 @@ The editor provides you to set the Width and Height properties to change the siz
147147

148148
{% endhighlight %}
149149

150-
![](ImageandFilebrowser_images/ImageandFilebrowser_img5.png)
150+
![Set width and height in ASP.NET MVC RichTextEditor](ImageandFilebrowser_images/ImageandFilebrowser_img5.png)
151151

152152
## Suppression of the Image Browser
153153

0 commit comments

Comments
 (0)