Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnet-core/Diagram/Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ diagram.add(connector);

Connectors can be predefined and added to the symbol palette. You can drop those connectors into the Diagram, when required.

For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/Diagram/Symbol-Palette "Symbol Palette").
For more information about adding connectors from symbol palette, refer to [Symbol Palette](/aspnetmvc/diagram/symbol-palette "Symbol Palette").

### Connectors through data source

Expand All @@ -78,7 +78,7 @@ For more information about data source, refer to [Data Binding](/aspnetmvc/Diagr

### Draw connectors

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").
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").

## Update Connector at runtime

Expand Down Expand Up @@ -647,7 +647,7 @@ The following code example illustrates how to customize the appearance of the de
![ASP.NET Core Diagram Decorator Appearance](Connector_images/Connector_img23.png)

## Interaction
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").
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").

## Constraints
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").
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").
2 changes: 1 addition & 1 deletion aspnet-core/Grid/Hierarchy-Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public partial class GridController : Controller

## Expand or collapse all child's

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.
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.

{% tabs %}

Expand Down