You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/Diagram/Data-Binding.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
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.
5
5
platform: ejmvc
6
6
control: Diagram
7
7
documentation: ug
8
8
---
9
9
10
-
# Data Binding
10
+
# Data Binding in ASP.NET MVC Diagram
11
11
12
12
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
13
13
* 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()
92
92
{% endhighlight %}
93
93
{% endtabs %}
94
94
95
-

95
+

* 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.
132
132
@@ -236,7 +236,7 @@ Similarly we can add required nodes and connectors to form a complete flow diagr
0 commit comments