Skip to content

Commit 642ad59

Browse files
Merge pull request #108 from Syncfusion-Content/hotfix/hotfix-v19.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 997e402 + 53bd549 commit 642ad59

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

aspnetmvc/Diagram/Data-Binding.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Populate Diagram from external data sources
4-
description: How to populate the Diagram from the local data, remote data, or HTML tables?
3+
title: Data Binding support in ASP.NET MVC Diagram Control | Syncfusion
4+
description: Learn here about data binding support in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
55
platform: ejmvc
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Data Binding
10+
# Data Binding in ASP.NET MVC Diagram
1111

1212
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
1313
* Diagram exposes its specific data-related properties allowing you to specify the data source fields from where the node information has to be retrieved from.
@@ -92,7 +92,7 @@ public Array GetDataSource()
9292
{% endhighlight %}
9393
{% endtabs %}
9494

95-
![](Data-Binding_images/Data-Binding_img1.png)
95+
![ASP.NET MVC Diagram Local Data](Data-Binding_images/Data-Binding_img1.png)
9696

9797
## Remote Data
9898

@@ -149,7 +149,7 @@ public ActionResult Index()
149149
{% endhighlight %}
150150
{% endtabs %}
151151

152-
![](Data-Binding_images/Data-Binding_img2.png)
152+
![ASP.NET MVC Diagram Remote Data](Data-Binding_images/Data-Binding_img2.png)
153153

154154
## HTML Table Data
155155

@@ -279,9 +279,9 @@ The following code illustrates how to convert HTML table to the Diagram.
279279
{% endhighlight %}
280280
{% endtabs %}
281281

282-
![](Data-Binding_images/Data-Binding_img4.png)
282+
![ASP.NET MVC Diagram HTML Table Data](Data-Binding_images/Data-Binding_img4.png)
283283

284-
# CRUD
284+
## CRUD
285285

286286
* This feature allows the user to read the DataSource and perform add/edit/delete the data in datasource at runtime.
287287

aspnetmvc/Diagram/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting started with Syncfusion Essential Diagram for ASP.NET MVC
4-
description: Getting started walk through to create your first Flow Diagram and Organizational Chart Diagram
3+
title: Getting started with ASP.NET MVC Diagram Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
55
platform: ejmvc
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET MVC Diagram
1111

1212
Getting started with your MVC Diagram is easy. You can start by creating a simple flow chart.
1313

@@ -28,7 +28,7 @@ Getting started with your MVC Diagram is easy. You can start by creating a simpl
2828

2929
3\. This creates an empty diagram
3030

31-
![](/aspnetmvc/Diagram/Getting-Started_images/Getting-Started_img1.png)
31+
![ASP.NET MVC Diagram Initialization](Diagram/Getting-Started_images/Getting-Started_img1.png)
3232

3333
### Create and add Node
3434

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

7373
Added node will be displayed in diagram as shown below.
7474

75-
![](/aspnetmvc/Diagram/Getting-Started_images/Getting-Started_img2.png)
75+
![ASP.NET MVC Diagram Create and add Node](Diagram/Getting-Started_images/Getting-Started_img2.png)
7676

7777
### Connect nodes
7878

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

127127
* `Connector` connects the two nodes as shown below.
128128

129-
![](/aspnetmvc/Diagram/Getting-Started_images/Getting-Started_img3.png)
129+
![ASP.NET MVC Diagram Connect nodes](Diagram/Getting-Started_images/Getting-Started_img3.png)
130130

131131
* 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.
132132

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

237237
Final flow chart will looks as shown below.
238238

239-
![](/aspnetmvc/Diagram/Getting-Started_images/Getting-Started_img4.png)
239+
![ASP.NET MVC Diagram Complete flow diagram](Diagram/Getting-Started_images/Getting-Started_img4.png)
240240

241241
## Automatic organization chart
242242

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

358358
* The Employee details are displayed in the Diagram as follows.
359359

360-
![](/aspnetmvc/Diagram/Getting-Started_images/Getting-Started_img5.png)
360+
![ASP.NET MVC Diagram Apply org chart layout](Diagram/Getting-Started_images/Getting-Started_img5.png)

0 commit comments

Comments
 (0)