hi,
using your example on site like this
Snippet<SfDiagram Height="600px" Nodes="@NodeCollection"
Connectors="@ConnectorCollection" NodeDefaults="@NodeDefaults"
ConnectorDefaults="@ConnectorDefaults">
<DiagramContextMenuSettings Show="true"></DiagramContextMenuSettings>
</SfDiagram>
the context menu shows this
what could be the problem?
I tried changing locale parameter but nothing changes.
I'm using last version of SyncFusion on .net 5.0
greetings