The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RTRamya Thirugnanam Syncfusion Team September 17, 2018 10:58 AM UTC
Hi Hanish,
Please find the responses to your queries as below.
S. No
Query
Response
How can I add in this menu a delete operation from standard menu?
It is by design ContextMenu for a Node will be created only when the Node is right clicked. So new custom ContextMenuItems can be added to the default ones as shown in the following code example.
this.diagramModel.Nodes.Remove(sender). Node delete but event NodeDeleted doesn't call.
“DiagramModel.Nodes.Remove(node)” will invoke the NodeDeleted event of the DiagramView. Please verify whether the “NodeDeleted” event is registered before the code to remove the Node.
Please provide us the sample or description of Diagram usage to represent your application scenario. This will help us to investigate further on the reported issue.
Regards,
Ramya T
Need More Help?
Get personalized assistance from our support team.