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: aspnet-core/Diagram/Connector.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ diagram.add(connector);
67
67
68
68
Connectors can be predefined and added to the symbol palette. You can drop those connectors into the Diagram, when required.
69
69
70
-
For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/Diagram/Symbol-Palette"Symbol Palette").
70
+
For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/diagram/symbol-palette"Symbol Palette").
71
71
72
72
### Connectors through data source
73
73
@@ -78,7 +78,7 @@ For more information about data source, refer to [Data Binding](/aspnetmvc/Diagr
78
78
79
79
### Draw connectors
80
80
81
-
Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnetmvc/Diagram/Tools#drawing-tools:connectors"Draw Connectors").
81
+
Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnetmvc/diagram/tools#drawing-tools:connectors"Draw Connectors").
82
82
83
83
## Update Connector at runtime
84
84
@@ -647,7 +647,7 @@ The following code example illustrates how to customize the appearance of the de
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/js/Diagram/Interaction#connection-editing"Connection Editing").
650
+
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/js/diagram/interaction#connection-editing"Connection Editing").
651
651
652
652
## Constraints
653
-
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet-core/Diagram/Constraints#connectorconstraints"Connector Constraints").
653
+
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet-core/diagram/constraints#connectorconstraints"Connector Constraints").
Copy file name to clipboardExpand all lines: aspnet-core/Grid/Hierarchy-Grid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public partial class GridController : Controller
69
69
70
70
## Expand or collapse all child's
71
71
72
-
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](http://help.syncfusion.com/js/api/ejgrid#methods:expandall"expandAll") and [`collapseAll`](http://help.syncfusion.com/js/api/ejgrid#methods:collapseall"collapseAll") method.
72
+
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](https://help.syncfusion.com/api/js/ejgrid#methods:expandall"expandAll") and [`collapseAll`](https://help.syncfusion.com/api/js/ejgrid#methods:collapseall"collapseAll") method.
0 commit comments