Skip to content

Commit 05ccd35

Browse files
authored
Merge pull request #71 from syncfusion-content/SEO-1973_Site_Audit_Issues
SEO-1973_Site_Audit_Issues
2 parents ff50c13 + bf3065b commit 05ccd35

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

aspnet-core/Diagram/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section explains briefly you on how to create a Diagram in your ASP.NET COR
2929

3030
3\. This creates an empty diagram
3131

32-
![Getting-Started_images1](Getting-Started_images/Getting-Started_img1.png)
32+
![ASP.NET Core Diagram Initialize Diagram](Getting-Started_images/Getting-Started_img1.png)
3333

3434
### Create and add Node
3535

@@ -53,7 +53,7 @@ N> `Labels` property is an array, which indicates that more than one label can b
5353

5454
Added node will be displayed in diagram as shown below.
5555

56-
![Getting-Started_images2](Getting-Started_images/Getting-Started_img2.png)
56+
![ASP.NET Core Diagram Create and add Node](Getting-Started_images/Getting-Started_img2.png)
5757

5858
### Connect nodes
5959

@@ -89,7 +89,7 @@ Connect these two nodes by adding a `connector` into `Connectors` collection wit
8989

9090
* `Connector` connects the two nodes as shown below.
9191

92-
![Getting-Started_images3](Getting-Started_images/Getting-Started_img3.png)
92+
![ASP.NET Core Diagram Connect nodes](Getting-Started_images/Getting-Started_img3.png)
9393

9494
* Default values for all nodes and connectors can be set using default settings. For example if all nodes have same `Width` and `Height`, we can move such properties into `DefaultSettings`. Above code can be rewritten as shown below.
9595

@@ -212,7 +212,7 @@ Similarly we can add required nodes and connectors to form a complete flow diagr
212212

213213
Final flow chart will looks as shown below.
214214

215-
![Getting-Started_images4](Getting-Started_images/Getting-Started_img4.png)
215+
![ASP.NET Core Diagram Complete flow diagram](Getting-Started_images/Getting-Started_img4.png)
216216

217217
## Automatic organization chart
218218

@@ -317,4 +317,4 @@ Following code examples indicate how to define the default appearance of node an
317317

318318
* The Employee details are displayed in the Diagram as follows.
319319

320-
![Getting-Started_images5](Getting-Started_images/Getting-Started_img5.png)
320+
![ASP.NET Core Diagram Apply org chart layout](Getting-Started_images/Getting-Started_img5.png)

aspnet-core/Grid/Data-Binding.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: DataBinding with grid widget for Syncfusion Essential ASPNET Core
4-
description: How to bind in-memory JSON and remote web services in grid
4+
description: How to bind in-memory JSON and remote web services in Syncfusion ASPNET Core Grid Control, its elements, and more.
55
platform: aspnet-core
66
control: grid
77
documentation: ug
88
---
9-
# Data Binding
9+
# Data Binding in ASPNET Core Grid
1010

1111
The Grid `datasource` property or `e-datamanager` child tag allows to bind datasource as the instance of one of the following types.
1212

@@ -68,7 +68,7 @@ namespace samplebrowser.Controllers.Grid
6868

6969
The following output is displayed as a result of the previous code example.
7070

71-
![](Data-Binding_images/Data-Binding_img1.png)
71+
![ASPNET Core Grid Data Binding](Data-Binding_images/Data-Binding_img1.png)
7272

7373
## Complex binding
7474

@@ -111,7 +111,7 @@ The following code example describes the previous behavior.
111111

112112
The following output is displayed as a result of the previous code example.
113113

114-
![](Data-Binding_images/Data-Binding_img6.png)
114+
![ASPNET Core Grid Complex binding](Data-Binding_images/Data-Binding_img6.png)
115115

116116

117117
## WCF DataService / OData service
@@ -141,7 +141,7 @@ The following code example describes the previous behavior.
141141

142142
The following output is displayed as a result of the previous code example.
143143

144-
![](Data-Binding_images/Data-Binding_img7.png)
144+
![ASPNET Core Grid WCF DataService](Data-Binding_images/Data-Binding_img7.png)
145145

146146

147147
## Web API Service
@@ -197,7 +197,7 @@ The following code example describes the previous behavior.
197197

198198
The following output is displayed as a result of the previous code example.
199199

200-
![](Data-Binding_images/Data-Binding_img9.png)
200+
![ASPNET Core Grid Web API Service](Data-Binding_images/Data-Binding_img9.png)
201201

202202
## HTML Table binding
203203

@@ -286,7 +286,7 @@ The following code example describes the previous behavior.
286286

287287
The following output is displayed as a result of the previous code example.
288288

289-
![](Data-Binding_images/Data-Binding_img10.png)
289+
![ASPNET Core Grid HTML Table binding](Data-Binding_images/Data-Binding_img10.png)
290290

291291
## Miscellaneous
292292

@@ -315,7 +315,7 @@ The following code example describes the previous behavior.
315315

316316
The following output is displayed as a result of the previous code example.
317317

318-
![](Data-Binding_images/Data-Binding_img11.png)
318+
![ASPNET Core Grid Load on demand](Data-Binding_images/Data-Binding_img11.png)
319319

320320
### Load at once
321321

@@ -344,7 +344,7 @@ The following code example describes the previous behavior.
344344

345345
The following output is displayed as a result of the previous code example.
346346

347-
![](Data-Binding_images/Data-Binding_img12.png)
347+
![ASPNET Core Grid Load at once](Data-Binding_images/Data-Binding_img12.png)
348348

349349
### Data caching
350350

@@ -374,7 +374,7 @@ The following code example describes the previous behavior.
374374

375375
The following output is displayed as a result of the previous code example.
376376

377-
![](Data-Binding_images/Data-Binding_img13.png)
377+
![ASPNET Core Grid Data caching](Data-Binding_images/Data-Binding_img13.png)
378378

379379
### Custom request parameters and HTTP header
380380

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

406406
The following output is displayed as a result of the previous code example.
407407

408-
![](Data-Binding_images/Data-Binding_img14.png)
408+
![ASPNET Core Grid Adding request parameters](Data-Binding_images/Data-Binding_img14.png)
409409

410410
#### Adding custom HTTP headers
411411

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

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

439-
![](Data-Binding_images/Data-Binding_img15.png)
439+
![ASPNET Core Grid](Data-Binding_images/Data-Binding_img15.png)
440440

441441
### Handling HTTP Errors
442442

@@ -486,4 +486,4 @@ The following code example describes the previous behavior.
486486
487487
The following output is displayed as a result of the previous code example.
488488
489-
![](Data-Binding_images/Data-Binding_img16.png)
489+
![ASPNET Core Grid Handling HTTP Errors](Data-Binding_images/Data-Binding_img16.png)

aspnet-core/ReportViewer/Report-DataSources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Report DataSources | Syncfusion
4-
description: report datasources
3+
title: Report DataSources in ASPNET Core ReportViewer Control | Syncfusion
4+
description: Learn here about report datasources in Syncfusion Essential ASPNET Core ReportViewer Control, its elements, and more.
55
platform: aspnet-core
66
control: ReportViewer
77
documentation: ug
88
---
99

10-
## Report DataSources
10+
# Report DataSources in ASPNET Core ReportViewer
1111

1212
The ReportViewer has support to add data sources to ReportViewer for RDLC reports at runtime. You can add SQL Server DataSources to ReportViewer. The ReportViewer has `dataSources` property that is the list of ReportDataSource type to add collection of DataSources to it. You can add DataSources through Web API.
1313

0 commit comments

Comments
 (0)