Skip to content
Open
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
2 changes: 1 addition & 1 deletion blazor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript UI controls foll

Keyboard navigation support enables users to interact with controls using keyboard shortcuts. Each control has its own set of shortcuts, refer the following documents to get the details of each control.

* [AutoComplete](./auto-complete/accessibility)
* [AutoComplete](./autocomplete/accessibility)
* [Calendar](./calendar/accessibility)
* [Chart](./chart/accessibility)
* [CircularGauge](./circular-gauge/accessibility)
Expand Down
2 changes: 1 addition & 1 deletion blazor/accumulation-chart/empty-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla

## See also

* [Data Label](./data-labels)
* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
2 changes: 1 addition & 1 deletion blazor/diagram-classic/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ You can edit the group and its children at runtime. We able to interact the grou
## See Also

* [How to add annotations to the node](./node-annotation)
* [How to add ports to the node](./ports)
* [How to add ports to the node](./ports/ports)
* [How to enable/disable the behavior of the node](./constraints)
* [How to add nodes to the symbol palette](./symbol-palette)
* [How to create diagram nodes using drawing tools](./tools)
Expand Down
2 changes: 1 addition & 1 deletion blazor/diagram/nodes/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The following code explains how to add a node with an annotation at runtime by u

## How to Add a Node to the Palette

Nodes can be predefined and added to the symbol palette, then dragged and dropped into the diagram when needed. For more information about adding nodes from symbol palette, refer to the [Symbol Palette](../symbol-palette).
Nodes can be predefined and added to the symbol palette, then dragged and dropped into the diagram when needed. For more information about adding nodes from symbol palette, refer to the [Symbol Palette](../symbol-palette/symbol-palette).

* Once you drag a node/connector from the palette to the diagram, the following events for customization.
* When a symbol is dragged into a diagram from the symbol palette, the [DragStart](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_DragStart) event is triggered. [DragStartEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.DragStartEventArgs.html) notifies when the element enters the diagram from the symbol palette.
Expand Down
2 changes: 1 addition & 1 deletion blazor/rich-text-editor/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ N> You can refer to our [Blazor Rich Text Editor](https://www.syncfusion.com/bla

The Rich Text Editor allows users to change the appearance of the tables by splitting or merging the table cells.

`TableCell` item should be configured in the Table [quickToolbarSettings](../api/rich-text-editor/quickToolbarSettings/#table) property to show the merge/split icons while selecting the table cells.
`TableCell` item should be configured in the Table [quickToolbarSettings](../cr/blazor/Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings.html) property to show the merge/split icons while selecting the table cells.

### Table cell merge

Expand Down